de.miethxml.toolkit.wizard.component
Class AbstractWizardComponent

java.lang.Object
  extended byde.miethxml.toolkit.wizard.component.AbstractWizardComponent
All Implemented Interfaces:
WizardComponent
Direct Known Subclasses:
DownloadComponent, FileChooserComponent, FinishComponent, UnpackComponent, WelcomeComponent

public abstract class AbstractWizardComponent
extends java.lang.Object
implements WizardComponent

Author:
Simon Mieth

Field Summary
protected  WizardConfiguration conf
           
protected  java.util.Hashtable parameters
           
protected  java.util.ResourceBundle resource
           
 
Constructor Summary
AbstractWizardComponent()
           
 
Method Summary
 void setup(java.util.Hashtable parameters)
           
 void setWizardConfiguration(WizardConfiguration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.miethxml.toolkit.wizard.WizardComponent
getInstallUIComponent, getTitle, isModifiable, startWizardProcess, stopWizardProcess
 

Field Detail

resource

protected java.util.ResourceBundle resource

conf

protected WizardConfiguration conf

parameters

protected java.util.Hashtable parameters
Constructor Detail

AbstractWizardComponent

public AbstractWizardComponent()
Method Detail

setup

public void setup(java.util.Hashtable parameters)
Specified by:
setup in interface WizardComponent

setWizardConfiguration

public void setWizardConfiguration(WizardConfiguration conf)
Specified by:
setWizardConfiguration in interface WizardComponent