g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.wizards.nodes
Class SpecificWizardPart

java.lang.Object
  extended by Wizard
      extended by 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


Constructor Summary
SpecificWizardPart(IWizardNode nextWizard, Path xmlPath)
          Creates an instance of SpecificWizardPart
 
Method Summary
 void addPages()
           
 Point getExtent()
           
 IWizard getWizard()
           
 boolean isContentCreated()
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

performFinish

public boolean performFinish()

getExtent

public Point getExtent()

getWizard

public IWizard getWizard()

isContentCreated

public boolean isContentCreated()

addPages

public void addPages()

g-Eclipse
Release 1.0.0