public class DTFJPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage
FieldEditorPreferencePage, we
can use the field support built into JFace that allows us to create a page
that is small and knows how to save, restore and apply itself.
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.
FLAT, GRIDERROR, INFORMATION, NONE, WARNING| Constructor and Description |
|---|
DTFJPreferencePage() |
| Modifier and Type | Method and Description |
|---|---|
void |
createFieldEditors()
Creates the field editors.
|
void |
init(IWorkbench workbench) |
dispose, performOk, propertyChange, 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, waitcomputeSize, isValid, okToLeave, performCancel, performOk, setContainer, setSizecreateControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisiblepublic void createFieldEditors()
createFieldEditors in class FieldEditorPreferencePagepublic void init(IWorkbench workbench)
init in interface IWorkbenchPreferencePage