eu.geclipse.jsdl.ui.wizards.nodes
Class BasicWizardPart
java.lang.Object
Wizard
eu.geclipse.jsdl.ui.wizards.nodes.BasicWizardPart
public class BasicWizardPart
- extends Wizard
Class that is a IWizardNode holding itself as a Wizard. This Wizard
is a basic (always present) part of NewJobWizard
|
Constructor Summary |
BasicWizardPart(java.util.ArrayList<WizardPage> pages,
IWizard wizard)
Method to create an instance of this class |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWizardPart
public BasicWizardPart(java.util.ArrayList<WizardPage> pages,
IWizard wizard)
- Method to create an instance of this class
- Parameters:
pages - pages for BasicWizardPart to holdwizard - parent wizard in which BasicWizardPart is used
performFinish
public boolean performFinish()
getExtent
public Point getExtent()
getWizard
public IWizard getWizard()
isContentCreated
public boolean isContentCreated()
addPages
public void addPages()