Package | Description |
---|---|
viptool.base.wizard | |
viptool.project.wizard |
Modifier and Type | Class and Description |
---|---|
class |
NewFileWizard.NewFilePage |
class |
SimpleWizardPage |
Modifier and Type | Method and Description |
---|---|
IWizardPage |
SimpleWizard.getFirstPage(IStandardModalDialog dialog) |
IWizardPage |
IWizard.getFirstPage(IStandardModalDialog dialog)
Should return the first page of the wizard.
|
IWizardPage |
SimpleWizard.getNextPage() |
IWizardPage |
IWizard.getNextPage()
Should return the next page of the wizard.
|
IWizardPage |
SimpleWizard.getPreviousPage() |
IWizardPage |
IWizard.getPreviousPage()
Should return the previous page of the wizard.
|
Modifier and Type | Interface and Description |
---|---|
protected static interface |
NewFolderWizard.IFolderPage |
Modifier and Type | Class and Description |
---|---|
protected class |
NewFolderWizard.FolderPage
The workspace page for creating a new workspace.
|
Modifier and Type | Method and Description |
---|---|
IWizardPage |
SelectFolderWizard.getFirstPage(IStandardModalDialog dialog) |
IWizardPage |
NewFolderWizard.getFirstPage(IStandardModalDialog dialog) |
IWizardPage |
NewFolderWizard.getNextPage() |
IWizardPage |
NewFolderWizard.getPreviousPage() |