Runtime

Package org.eclipse.gmf.runtime.common.ui.preferences

Provides preference page helpers, including an abstract preference page that supports context sensitive help and some field editors intended for use on preference pages.

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.
 

Package org.eclipse.gmf.runtime.common.ui.preferences Description

Provides preference page helpers, including an abstract preference page that supports context sensitive help and some field editors intended for use on preference pages.

Using this Package

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.

Package Specification

For more information, please see IWorkbenchPreferencePage.


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.