|
Class Summary |
| DialogSettingsAction |
Example of using the IDialogSettings API to put values into
plug-in specific storage. |
| DialogsPlugin |
The plugin class for the Dialogs Plugin. |
| DialogsPlugin.PreferenceListener |
Logic to manage the addition and removal of a change
listener for preference settings. |
| MyBasicWizard |
Demonstration of a simple multi-page wizard that supports controlled paging and file creation. |
| MyBasicWizardPage1 |
A simple Wizard Page used to demonstrate multi page wizard operation and
page state management. |
| MyBasicWizardPage2 |
A simple WizardPage used to demonstrate multi page wizard
operation and page state management. |
| MyNewFileWizardPage |
Customized version of the WizardNewFileCreationPage. |
| MyPrefPageBasic |
Custom preference page implementation. |
| MyPrefPageControl |
Custom preference page implementation. |
| MyPrefPageFieldEditor |
Example of how a preference page can be constructed using the approach supported
by the FieldEditorPreferencePage superclass. |
| MyPropertyPage |
Displays two properties, |
| MyWizardAction |
Supports a workbench action that opens a wizard. |
| StructureInitPage |
First wizard page in a continuous flow multi-page wizard as implemented by the
StructureWizard. |
| StructureNewFileWizardPage |
Wizard page designed to create new file resources as part of a continuous
flow multi-page wizard as implemented by the StructureWizard. |
| StructureNewFolderWizardPage |
Wizard page designed to create new file resources as part of a continuous
flow multi-page wizard as implemented by the StructureWizard. |
| StructureWizard |
Demonstration of a simple multi-page wizard that supports controlled paging and file creation. |