be.ac.vub.cocompose.eclipse.wizards
Class NewModelWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
be.ac.vub.cocompose.eclipse.wizards.NewModelWizard
- All Implemented Interfaces:
- INewWizard, IWizard, IWorkbenchWizard
- public class NewModelWizard
- extends Wizard
- implements INewWizard
Eclipse wizard for creating new CoCompose models.
- Since:
- 0.2.0
- Version:
- 0.2.0, 08/12/2003
- Author:
- Dennis Wagelaar
Methods inherited from class org.eclipse.jface.wizard.Wizard |
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
NewModelWizard
public NewModelWizard()
addPages
public void addPages()
- Adds the wizard pages.
- Specified by:
addPages
in interface IWizard
- See Also:
IWizard.addPages()
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interface IWizard
- See Also:
IWizard.performFinish()
init
public void init(IWorkbench workbench,
IStructuredSelection selection)
- Specified by:
init
in interface IWorkbenchWizard
- See Also:
IWorkbenchWizard.init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)