Package | Description |
---|---|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
Modifier and Type | Method and 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,
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.
|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.