public class GettingStartedWizard extends Wizard
| Modifier and Type | Field and Description |
|---|---|
static String |
HIDE_WIZARD_KEY |
DEFAULT_IMAGE| Constructor and Description |
|---|
GettingStartedWizard(HeapEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
boolean |
canFinish() |
boolean |
performCancel() |
boolean |
performFinish() |
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic static final String HIDE_WIZARD_KEY
public GettingStartedWizard(HeapEditor editor)
public void addPages()
public boolean canFinish()
public boolean performFinish()
performFinish in interface IWizardperformFinish in class Wizardpublic boolean performCancel()
performCancel in interface IWizardperformCancel in class Wizard