|
LPEX 3.6.8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFieldEditorPreferencePage
com.ibm.lpex.alef.preferences.LpexFieldEditorPreferencePage
public abstract class LpexFieldEditorPreferencePage
LPEX abstract preference page that hosts field editors. It implements a series of common methods used by LPEX preference pages. Method contributeButtons() adds a "Reset" button, which restores the initial settings in effect when the preference page came up.
Like Eclipse's FieldEditorPreferencePage, subclasses must implement the createFieldEditors() method, and override createLayout() if a special layout of the field editors is needed.
Constructor Summary | |
---|---|
protected |
LpexFieldEditorPreferencePage(String title,
int style)
Constructor for a preference page with the given title and style, and no image. |
Method Summary | |
---|---|
protected void |
contributeButtons(Composite buttonBar)
The LpexFieldEditorPreferencePage implementation of this method contributes a "Reset" button. |
protected void |
fieldEditorsCreated()
Hook for extenders of certain LPEX preference pages. |
void |
init(IWorkbench workbench)
Initializes this preference page for the given workbench. |
protected void |
performReset()
"Reset" button pressed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LpexFieldEditorPreferencePage(String title, int style)
style
- either GRID
or FLAT
Method Detail |
---|
protected void contributeButtons(Composite buttonBar)
buttonBar
- the preference-page button barPreferencePage
,
performReset()
protected void performReset()
contributeButtons(Composite)
public void init(IWorkbench workbench)
The LpexFieldEditorPreferencePage implementation of this method does nothing.
protected void fieldEditorsCreated()
The LpexFieldEditorPreferencePage implementation of this method does nothing.
#createFieldEditors
|
LPEX 3.6.8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |