eu.geclipse.jsdl.ui.wizards.nodes
Class SpecificWizardPart
java.lang.Object
Wizard
eu.geclipse.jsdl.ui.wizards.nodes.SpecificWizardPart
public class SpecificWizardPart
- extends Wizard
Class that is a IWizardNode holding itself as a Wizard. This Wizard
is a specific (not always present) part of NewJobWizard
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecificWizardPart
public SpecificWizardPart(IWizardNode nextWizard,
Path xmlPath)
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException,
java.io.IOException
- Creates an instance of
SpecificWizardPart
- Parameters:
nextWizard - wizard that will be shown after this wizard (as a
sub-wizard of NewJobWizard)xmlPath - path to file containing information of page's
- Throws:
org.xml.sax.SAXException - in case of SAX problems
javax.xml.parsers.ParserConfigurationException - in case of bad parser configuration
java.io.IOException - in case of problems with files
performFinish
public boolean performFinish()
getExtent
public Point getExtent()
getWizard
public IWizard getWizard()
isContentCreated
public boolean isContentCreated()
addPages
public void addPages()