org.eclipse.cdt.ui.dialogs
Class AbstractBinaryParserPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
          extended by org.eclipse.cdt.ui.dialogs.AbstractBinaryParserPage
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider
Direct Known Subclasses:
BinaryParserBlock

public abstract class AbstractBinaryParserPage
extends AbstractCOptionPage


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Method Summary
abstract  void createControl(org.eclipse.swt.widgets.Composite parent)
           
abstract  void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
           
abstract  void performDefaults()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
isValid, setContainer
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, performHelp, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle
 

Method Detail

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
setVisible in class org.eclipse.jface.dialogs.DialogPage

createControl

public abstract void createControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Specified by:
createControl in class AbstractCOptionPage

performApply

public abstract void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
                           throws org.eclipse.core.runtime.CoreException
Specified by:
performApply in interface ICOptionPage
Specified by:
performApply in class AbstractCOptionPage
Throws:
org.eclipse.core.runtime.CoreException

performDefaults

public abstract void performDefaults()
Specified by:
performDefaults in interface ICOptionPage
Specified by:
performDefaults in class AbstractCOptionPage