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