Uses of Class
org.eclipse.jface.preference.PreferenceDialog
-
Packages that use PreferenceDialog Package Description org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. -
-
Uses of PreferenceDialog in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return PreferenceDialog Modifier and Type Method Description PreferenceDialog
PropertyDialogAction. 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.
-