de.miethxml.toolkit.wizard.component
Class DownloadComponent

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

public class DownloadComponent
extends AbstractWizardComponent

Author:
Simon Mieth

Field Summary
 java.lang.String DESTINATION_DIRECTORY
           
 java.lang.String DESTINATION_LIST_KEY
           
 java.lang.String URL_LIST_KEY
           
 
Fields inherited from class de.miethxml.toolkit.wizard.component.AbstractWizardComponent
conf, parameters, resource
 
Constructor Summary
DownloadComponent()
           
 
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

URL_LIST_KEY

public java.lang.String URL_LIST_KEY

DESTINATION_DIRECTORY

public java.lang.String DESTINATION_DIRECTORY

DESTINATION_LIST_KEY

public java.lang.String DESTINATION_LIST_KEY
Constructor Detail

DownloadComponent

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