Eclipse eRCP
Release 1.1

Uses of Class
org.eclipse.jface.preference.PreferenceDialog

Packages that use PreferenceDialog
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.ui.dialogs   
 

Uses of PreferenceDialog in org.eclipse.jface.preference
 

Methods in org.eclipse.jface.preference with parameters of type PreferenceDialog
protected  Control PreferenceDialog.createContents(PreferenceDialog parent)
          Create all the pages and select one if directed
 

Uses of PreferenceDialog in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return PreferenceDialog
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.createPropertyDialogOn(Shell shell, IAdaptable element, String propertyPageId, String[] displayedIds, Object data)
          Creates a workbench preference dialog to a particular preference page.
 


Eclipse eRCP
Release 1.1