public class UIPreferencePage
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 |
|---|
UIPreferencePage() |
| Modifier and Type | Method and Description |
|---|---|
void |
createFieldEditors()
Creates the field editors.
|
void |
init(org.eclipse.ui.IWorkbench workbench) |
boolean |
performOk() |
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event) |
dispose, setVisibleapplyData, computeSize, createControl, getContainer, getPreferenceStore, isValid, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toStringgetControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessageequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic void createFieldEditors()
createFieldEditors in class org.eclipse.jface.preference.FieldEditorPreferencePagepublic void init(org.eclipse.ui.IWorkbench workbench)
init in interface org.eclipse.ui.IWorkbenchPreferencePagepublic boolean performOk()
performOk in interface org.eclipse.jface.preference.IPreferencePageperformOk in class org.eclipse.jface.preference.FieldEditorPreferencePagepublic void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
propertyChange in interface org.eclipse.jface.util.IPropertyChangeListenerpropertyChange in class org.eclipse.jface.preference.FieldEditorPreferencePage