public class ConstraintPreferencePage
extends org.eclipse.jface.preference.FieldEditorPreferencePage
implements org.eclipse.ui.IWorkbenchPreferencePage
This page is used to modify preferences only. They are stored in the preference store that belongs to the main plug-in class. That way, preferences can be accessed directly via the preference store.
Constructor and Description |
---|
ConstraintPreferencePage()
Instantiates a new constraint preference page.
|
Modifier and Type | Method and Description |
---|---|
void |
createFieldEditors()
Creates the field editors.
|
org.eclipse.jface.preference.IPreferenceStore |
doGetPreferenceStore() |
void |
init(org.eclipse.ui.IWorkbench workbench) |
boolean |
performOk() |
dispose, propertyChange, setVisible
applyData, computeSize, createControl, getContainer, getPreferenceStore, isValid, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString
getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessage
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ConstraintPreferencePage()
public void createFieldEditors()
createFieldEditors
in class org.eclipse.jface.preference.FieldEditorPreferencePage
public boolean performOk()
performOk
in interface org.eclipse.jface.preference.IPreferencePage
performOk
in class org.eclipse.jface.preference.FieldEditorPreferencePage
public void init(org.eclipse.ui.IWorkbench workbench)
init
in interface org.eclipse.ui.IWorkbenchPreferencePage
public org.eclipse.jface.preference.IPreferenceStore doGetPreferenceStore()
doGetPreferenceStore
in class org.eclipse.jface.preference.PreferencePage