g-Eclipse
Release 1.0.0

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

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

BasicWizardPart

public BasicWizardPart(java.util.ArrayList<WizardPage> pages,
                       IWizard wizard)
Method to create an instance of this class

Parameters:
pages - pages for BasicWizardPart to hold
wizard - parent wizard in which BasicWizardPart is used
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