gui.wizard
Class BasicWizard

java.lang.Object
  extended by gui.wizard.BasicWizard
All Implemented Interfaces:
Wizard
Direct Known Subclasses:
JAPUpdateWizard

public class BasicWizard
extends java.lang.Object
implements Wizard


Field Summary
protected  int m_PageIndex
           
protected  java.util.Vector m_Pages
           
private  java.lang.String m_strTitle
           
private  WizardHost wizardHost
           
 
Constructor Summary
BasicWizard()
           
 
Method Summary
 void addWizardPage(int index, WizardPage wizardPage)
           
 WizardPage back()
           
 WizardPage finish()
           
 WizardHost getHost()
           
 java.lang.String getWizardTitle()
           
 void help()
           
 int initTotalSteps()
           
 WizardPage invokeWizard()
           
 WizardPage next()
           
 void setHost(WizardHost host)
           
 void setWizardTitle(java.lang.String title)
           
 void wizardCompleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wizardHost

private WizardHost wizardHost

m_Pages

protected java.util.Vector m_Pages

m_strTitle

private java.lang.String m_strTitle

m_PageIndex

protected int m_PageIndex
Constructor Detail

BasicWizard

public BasicWizard()
Method Detail

setHost

public void setHost(WizardHost host)
Specified by:
setHost in interface Wizard

getHost

public WizardHost getHost()
Specified by:
getHost in interface Wizard

help

public void help()
Specified by:
help in interface Wizard

invokeWizard

public WizardPage invokeWizard()
Specified by:
invokeWizard in interface Wizard

next

public WizardPage next()
Specified by:
next in interface Wizard

back

public WizardPage back()
Specified by:
back in interface Wizard

addWizardPage

public void addWizardPage(int index,
                          WizardPage wizardPage)

initTotalSteps

public int initTotalSteps()
Specified by:
initTotalSteps in interface Wizard

finish

public WizardPage finish()
Specified by:
finish in interface Wizard

wizardCompleted

public void wizardCompleted()
Specified by:
wizardCompleted in interface Wizard

setWizardTitle

public void setWizardTitle(java.lang.String title)

getWizardTitle

public java.lang.String getWizardTitle()
Specified by:
getWizardTitle in interface Wizard