Uses of Class
org.eclipse.jface.preference.PreferenceDialog
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of PreferenceDialog in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionPropertyDialogAction.createDialog()
Create the dialog for the receiver.static PreferenceDialog
PreferencesUtil.createPreferenceDialogOn
(Shell shell, String preferencePageId, String[] displayedIds, Object data) Creates a workbench preference dialog and selects particular preference page.static PreferenceDialog
PreferencesUtil.createPreferenceDialogOn
(Shell shell, String preferencePageId, String[] displayedIds, Object data, int options) Creates a workbench preference dialog and selects particular preference page.static PreferenceDialog
PreferencesUtil.createPropertyDialogOn
(Shell shell, Object element, String propertyPageId, String[] displayedIds, Object data, int options) Creates a workbench preference dialog to a particular preference page.static PreferenceDialog
PreferencesUtil.createPropertyDialogOn
(Shell shell, IAdaptable element, String propertyPageId, String[] displayedIds, Object data) Creates a workbench preference dialog to a particular preference page.static PreferenceDialog
PreferencesUtil.createPropertyDialogOn
(Shell shell, IAdaptable element, String propertyPageId, String[] displayedIds, Object data, int options) Creates a workbench preference dialog to a particular preference page.