de.cau.cs.kieler.ksbase.ui.preferences
Class KSBasEPreferencePage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
de.cau.cs.kieler.ksbase.ui.preferences.KSBasEPreferencePage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IPreferencePage, IWorkbenchPreferencePage
public class KSBasEPreferencePage
- extends PreferencePage
- implements IWorkbenchPreferencePage
The KSBasE preference page, contains the transformation and
post-transformation pages.
- Rating

Methods inherited from class org.eclipse.jface.preference.PreferencePage |
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performDefaults, performHelp, performOk, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage, setVisible |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
KSBasEPreferencePage
public KSBasEPreferencePage()
- Default constructor.
createContents
protected Control createContents(Composite parent)
- Creates the contents of this page. Since this is only a group-page there
is no content here.
- Specified by:
createContents
in class PreferencePage
- Parameters:
parent
- The parent composite.
- Returns:
- The created control.
init
public void init(IWorkbench workbench)
- Initializes this preference page.
- Specified by:
init
in interface IWorkbenchPreferencePage
- Parameters:
workbench
- The workbench for this preference page.