Package org.eclipse.mat.ui.internal
Class GettingStartedWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.eclipse.mat.ui.internal.GettingStartedWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
public class GettingStartedWizard extends Wizard
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HIDE_WIZARD_KEY
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description GettingStartedWizard(HeapEditor editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
boolean
canFinish()
boolean
performCancel()
boolean
performFinish()
-
Methods inherited from class org.eclipse.jface.wizard.Wizard
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
-
-
-
-
Field Detail
-
HIDE_WIZARD_KEY
public static final java.lang.String HIDE_WIZARD_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GettingStartedWizard
public GettingStartedWizard(HeapEditor editor)
-
-
Method Detail
-
addPages
public void addPages()
-
canFinish
public boolean canFinish()
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
performCancel
public boolean performCancel()
- Specified by:
performCancel
in interfaceIWizard
- Overrides:
performCancel
in classWizard
-
-