Uses of Class
org.eclipse.jface.preference.PreferenceManager
Packages that use PreferenceManager
Package
Description
Provides a framework for preferences.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of PreferenceManager in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return PreferenceManagerModifier and TypeMethodDescriptionPreferenceDialog.getPreferenceManager()Returns the preference mananger used by this preference dialog.Methods in org.eclipse.jface.preference with parameters of type PreferenceManagerModifier and TypeMethodDescriptionprotected voidPreferenceContentProvider.setManager(PreferenceManager manager) Set the manager for the preferences.Constructors in org.eclipse.jface.preference with parameters of type PreferenceManagerModifierConstructorDescriptionPreferenceDialog(Shell parentShell, PreferenceManager manager) Creates a new preference dialog under the control of the given preference manager. -
Uses of PreferenceManager in org.eclipse.ui
Methods in org.eclipse.ui that return PreferenceManagerModifier and TypeMethodDescriptionIWorkbench.getPreferenceManager()Returns the preference manager for the workbench. -
Uses of PreferenceManager in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return PreferenceManagerModifier and TypeMethodDescriptionWorkbench.getPreferenceManager()WorkbenchPlugin.getPreferenceManager()Get the preference manager.