|
Runtime | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| AbstractPreferencePage | Abstract class for preference pages. |
| CheckBoxFieldEditor | Sublcasses BooleanFieldEditor to expose the checkbox control. |
| ComboFieldEditor | Constructs a field editor with a label and a drop down combo box. |
| FontFieldEditor | A field editor for a font type preference. |
Provides preference page helpers, including an abstract preference page that supports context sensitive help and some field editors intended for use on preference pages.
First, subclass
AbstractPreferencePage. The resulting preference page will support context
sensitive help.
The CheckboxFieldEditor
and the ComboFieldEditor
may be used on the subclassed preference page or another
IWorkbenchPreferencePage.
Implement the
createFieldEditors() method to add the field editors.
For more information, please see IWorkbenchPreferencePage.
|
Runtime | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.