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
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Field Details
-
HIDE_WIZARD_KEY
- See Also:
-
-
Constructor Details
-
GettingStartedWizard
-
-
Method Details
-
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
-