de.miethxml.toolkit.wizard.component
Class WelcomeComponent

java.lang.Object
  extended byde.miethxml.toolkit.wizard.component.AbstractWizardComponent
      extended byde.miethxml.toolkit.wizard.component.WelcomeComponent
All Implemented Interfaces:
WizardComponent

public class WelcomeComponent
extends AbstractWizardComponent

Author:
Simon Mieth

Field Summary
 
Fields inherited from class de.miethxml.toolkit.wizard.component.AbstractWizardComponent
conf, parameters, resource
 
Constructor Summary
WelcomeComponent()
           
 
Method Summary
 javax.swing.JComponent getInstallUIComponent()
           
 java.lang.String getTitle()
           
 boolean isModifiable()
           
 void startWizardProcess()
           
 void stopWizardProcess()
           
 
Methods inherited from class de.miethxml.toolkit.wizard.component.AbstractWizardComponent
setup, setWizardConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelcomeComponent

public WelcomeComponent()
Method Detail

getTitle

public java.lang.String getTitle()

getInstallUIComponent

public javax.swing.JComponent getInstallUIComponent()

startWizardProcess

public void startWizardProcess()
                        throws WizardException
Throws:
WizardException

stopWizardProcess

public void stopWizardProcess()
                       throws WizardException
Throws:
WizardException

isModifiable

public boolean isModifiable()