org.eclipse.cdt.ui.dialogs
Interface ICOptionPage

All Superinterfaces:
org.eclipse.jface.dialogs.IDialogPage
All Known Implementing Classes:
AbstractBinaryParserPage, AbstractCOptionPage, AbstractDiscoveryOptionsBlock, AbstractErrorParserBlock, AbstractGNUBinaryParserPage, AbstractIndexerPage, BinaryParserBlock, CacheSizeBlock, CPathBasePage, CPathContainerEntryPage, CPathIncludeSymbolEntryBasePage, CPathIncludeSymbolEntryPage, CPathIncludeSymbolEntryPerFilePage, CPathLibraryEntryPage, CPathOrderExportPage, CPathOutputEntryPage, CPathProjectsEntryPage, CPathSourceEntryPage, CygwinPEBinaryParserPage, DiscoveryOptionsBlock, DiscoveryPageWrapper, DOMSourceIndexerBlock, ErrorParserBlock, FastIndexerBlock, GNUElfBinaryParserPage, GNUSomBinaryParserPage, GNUXCoffBinaryParserPage, IndexerBlock, IndexerStrategyBlock, MachOBinaryParserPage, MakeEnvironmentBlock, NullIndexerBlock, ReferenceBlock, SettingsBlock

public interface ICOptionPage
extends org.eclipse.jface.dialogs.IDialogPage


Method Summary
 boolean isValid()
           
 void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void performDefaults()
           
 void setContainer(ICOptionContainer container)
           
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Method Detail

setContainer

void setContainer(ICOptionContainer container)

isValid

boolean isValid()

performApply

void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
                  throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

performDefaults

void performDefaults()