Uses of Class
org.eclipse.jface.preference.PreferenceManager
-
Packages that use PreferenceManager Package Description org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.ui 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 PreferenceManager Modifier and Type Method Description PreferenceManager
PreferenceDialog. getPreferenceManager()
Returns the preference mananger used by this preference dialog.Methods in org.eclipse.jface.preference with parameters of type PreferenceManager Modifier and Type Method Description protected void
PreferenceContentProvider. setManager(PreferenceManager manager)
Set the manager for the preferences.Constructors in org.eclipse.jface.preference with parameters of type PreferenceManager Constructor Description PreferenceDialog(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 PreferenceManager Modifier and Type Method Description PreferenceManager
IWorkbench. getPreferenceManager()
Returns the preference manager for the workbench.
-