de.miethxml.toolkit.wizard.component
Class UnpackComponent

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

public class UnpackComponent
extends AbstractWizardComponent

Author:
Simon Mieth

Field Summary
static java.lang.String DESTINATION_KEY
           
static java.lang.String FILES_LIST_KEY
           
 
Fields inherited from class de.miethxml.toolkit.wizard.component.AbstractWizardComponent
conf, parameters, resource
 
Constructor Summary
UnpackComponent()
           
 
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
 

Field Detail

FILES_LIST_KEY

public static java.lang.String FILES_LIST_KEY

DESTINATION_KEY

public static java.lang.String DESTINATION_KEY
Constructor Detail

UnpackComponent

public UnpackComponent()
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()

isModifiable

public boolean isModifiable()