Uses of Class
org.eclipse.jface.preference.PreferencePage
Packages that use PreferencePage
Package
Description
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides a framework for editing and contributing to the help search scope.
Provides a framework for preferences.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with the Eclipse text editor template support.
-
Uses of PreferencePage in org.eclipse.compare.internal
Subclasses of PreferencePage in org.eclipse.compare.internal -
Uses of PreferencePage in org.eclipse.equinox.p2.ui
Subclasses of PreferencePage in org.eclipse.equinox.p2.uiModifier and TypeClassDescriptionclassPage that allows users to update, add, remove, import, and export repositories. -
Uses of PreferencePage in org.eclipse.help.ui
Subclasses of PreferencePage in org.eclipse.help.uiModifier and TypeClassDescriptionclassClients that contribute search scope root page to the search engine definition must extend this class and implementcreateScopeContentsmethod. -
Uses of PreferencePage in org.eclipse.jface.databinding.preference
Methods in org.eclipse.jface.databinding.preference with parameters of type PreferencePageModifier and TypeMethodDescriptionstatic PreferencePageSupportPreferencePageSupport.create(PreferencePage preferencePage, DataBindingContext dbc) Connect the validation result from the given data binding context to the given preference page. -
Uses of PreferencePage in org.eclipse.jface.preference
Subclasses of PreferencePage in org.eclipse.jface.preferenceModifier and TypeClassDescriptionclassA special abstract preference page to host field editors.Methods in org.eclipse.jface.preference that return PreferencePageModifier and TypeMethodDescriptionprotected PreferencePageFieldEditor.getPreferencePage()Deprecated.use #getPage()Methods in org.eclipse.jface.preference with parameters of type PreferencePageModifier and TypeMethodDescriptionvoidFieldEditor.setPreferencePage(PreferencePage preferencePage) Deprecated.use #setPage(DialogPage) -
Uses of PreferencePage in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return PreferencePageModifier and TypeMethodDescriptionAbstractSynchronizeParticipant.getPreferencePages()ISynchronizeParticipant.getPreferencePages()Return the list of preference pages that are associated with this participantModelSynchronizeParticipant.getPreferencePages() -
Uses of PreferencePage in org.eclipse.ui.activities
Subclasses of PreferencePage in org.eclipse.ui.activitiesModifier and TypeClassDescriptionfinal classPreference page that allows configuration of the activity set.final classActivities preference page that primarily shows categories and can optionally show an advanced dialog that allows fine-tune adjustmenet of activities. -
Uses of PreferencePage in org.eclipse.ui.dialogs
Subclasses of PreferencePage in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclassAbstract base implementation of a workbench property page (IWorkbenchPropertyPage). -
Uses of PreferencePage in org.eclipse.ui.editors.text
Subclasses of PreferencePage in org.eclipse.ui.editors.textModifier and TypeClassDescriptionclassDeprecated.As of 2.1, fonts are managed by the workbench, no longer supported -
Uses of PreferencePage in org.eclipse.ui.preferences
Subclasses of PreferencePage in org.eclipse.ui.preferencesModifier and TypeClassDescriptionclassThe wizard property page can wrap a property page around a wizard. -
Uses of PreferencePage in org.eclipse.ui.texteditor.templates
Subclasses of PreferencePage in org.eclipse.ui.texteditor.templatesModifier and TypeClassDescriptionclassA template preference page allows configuration of the templates for an editor.