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, setWindowTitle
public static final String HIDE_WIZARD_KEY
public GettingStartedWizard(HeapEditor editor)
public void addPages()
public boolean canFinish()
public boolean performFinish()
performFinish
in interface IWizard
performFinish
in class Wizard
public boolean performCancel()
performCancel
in interface IWizard
performCancel
in class Wizard