public class GettingStartedWizard
extends org.eclipse.jface.wizard.Wizard
| Modifier and Type | Field and Description |
|---|---|
static String |
HIDE_WIZARD_KEY |
| 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()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardcanFinish in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardpublic boolean performCancel()
performCancel in interface org.eclipse.jface.wizard.IWizardperformCancel in class org.eclipse.jface.wizard.Wizard