public class BacktrackingPreferencePage extends SectionPreferencePage implements org.eclipse.ui.IWorkbenchPreferencePage
| Red (tfeng) |
| Red (tfeng) |
| Constructor and Description |
|---|
BacktrackingPreferencePage()
Construct a backtracking preference page.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Control |
createContents(org.eclipse.swt.widgets.Composite parent)
Create the contents of the preference page with the parent as its
container.
|
void |
setVisible(boolean visible)
Set whether the backtracking preference page is visible.
|
_createSection, _getParent, _newComposite, _newComposite, _newGroup, _setEnabled, _setParent, createFieldEditors, initaddField, adjustGridLayout, applyFont, checkState, dispose, getFieldEditorParent, initialize, performDefaults, performOk, propertyChangeapplyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButtonconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic BacktrackingPreferencePage()
public org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
createContents in class SectionPreferencePageparent - The parent container.public void setVisible(boolean visible)
setVisible in interface org.eclipse.jface.dialogs.IDialogPagesetVisible in class org.eclipse.jface.preference.FieldEditorPreferencePagevisible - Whether the backtracking preference page is visible.