de.miethxml.toolkit.wizard
Interface WizardComponent
- All Known Implementing Classes:
- AbstractWizardComponent
- public interface WizardComponent
- Author:
- Simon Mieth
getTitle
public java.lang.String getTitle()
setWizardConfiguration
public void setWizardConfiguration(WizardConfiguration conf)
setup
public void setup(java.util.Hashtable parameters)
getInstallUIComponent
public javax.swing.JComponent getInstallUIComponent()
isModifiable
public boolean isModifiable()
startWizardProcess
public void startWizardProcess()
throws WizardException
- Throws:
WizardException
stopWizardProcess
public void stopWizardProcess()
throws WizardException
- Throws:
WizardException