org.eclipse.cdt.make.ui.dialogs
Class SettingsBlock
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
org.eclipse.cdt.make.ui.dialogs.SettingsBlock
- All Implemented Interfaces:
- ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider
public class SettingsBlock
- extends AbstractCOptionPage
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary |
SettingsBlock(org.eclipse.core.runtime.Preferences prefs,
java.lang.String builderID)
|
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
dispose, getControl, getDescription, getImage, getMessage, getMessageType, getShell, getTitle, performHelp, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle, setVisible |
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, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
SettingsBlock
public SettingsBlock(org.eclipse.core.runtime.Preferences prefs,
java.lang.String builderID)
addControlAccessibleListener
public void addControlAccessibleListener(org.eclipse.swt.widgets.Control control,
java.lang.String controlName)
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- Specified by:
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
- Specified by:
createControl
in class AbstractCOptionPage
isValid
public boolean isValid()
- Specified by:
isValid
in interface ICOptionPage
- Overrides:
isValid
in class AbstractCOptionPage
performApply
public 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 void performDefaults()
- Specified by:
performDefaults
in interface ICOptionPage
- Specified by:
performDefaults
in class AbstractCOptionPage
setContainer
public void setContainer(ICOptionContainer container)
- Specified by:
setContainer
in interface ICOptionPage
- Overrides:
setContainer
in class AbstractCOptionPage
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in interface org.eclipse.jface.dialogs.IDialogPage
- Overrides:
getErrorMessage
in class org.eclipse.jface.dialogs.DialogPage