de.miethxml.toolkit.wizard.component
Class FileChooserComponent

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

public class FileChooserComponent
extends AbstractWizardComponent

Author:
Simon Mieth

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

Field Detail

STORE_KEY

public static java.lang.String STORE_KEY
Constructor Detail

FileChooserComponent

public FileChooserComponent()
Method Detail

getTitle

public java.lang.String getTitle()

getInstallUIComponent

public javax.swing.JComponent getInstallUIComponent()

startWizardProcess

public void startWizardProcess()

stopWizardProcess

public void stopWizardProcess()

isModifiable

public boolean isModifiable()

setup

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