de.miethxml.hawron.gui.setup
Class GeneralSetup

java.lang.Object
  extended byde.miethxml.hawron.gui.setup.GeneralSetup
All Implemented Interfaces:
Configurable, GuiConfigurable

public class GeneralSetup
extends java.lang.Object
implements GuiConfigurable

Author:
Simon Mieth

Constructor Summary
GeneralSetup()
           
 
Method Summary
 java.lang.String getLabel()
           
 javax.swing.JComponent getSetupComponent()
           
 boolean isSetup()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralSetup

public GeneralSetup()
Method Detail

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface GuiConfigurable

getSetupComponent

public javax.swing.JComponent getSetupComponent()
Specified by:
getSetupComponent in interface GuiConfigurable

setup

public void setup()
Specified by:
setup in interface Configurable

isSetup

public boolean isSetup()
Specified by:
isSetup in interface Configurable