Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ How do I create my own preference page?

Revision as of 16:22, 14 March 2006 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JFace provides infrastructure for creating and presenting preference pages within a Preference dialog. Pages implement IPreferencePage, usually by subclassing the default implementation PreferencePage or FieldEditorPreferencePage. The org.eclipse.ui.workbench plug-in defines an extension point for contributing preference pages to the workbench preference dialog, typically available via Window > Preferences. Note that you can use the preference page infrastructure without even using the

preferences extension point if you want to present preference pages outside the standard workbench Preference dialog.


See Also:

FAQ_How_do_I_launch_the_preference_page_that_belongs_to_my_plug-in?

Implementing a preference page (See Platform Plug-in Developer's Guide)

Eclipse online article “Preferences in the Eclipse Workbench UI (Revised for 2.0)”

Simplifying Preference Pages with Field Editors, Eclipse online article “Mutatis Mutandis—Using Preference Pages as Property Pages”


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top