de.miethxml.hawron.gui.context.editor
Class ExternalEditorSetup

java.lang.Object
  extended byde.miethxml.hawron.gui.context.editor.ExternalEditorSetup
All Implemented Interfaces:
java.awt.event.ActionListener, Configurable, java.util.EventListener, GuiConfigurable, org.apache.avalon.framework.activity.Initializable

public class ExternalEditorSetup
extends java.lang.Object
implements GuiConfigurable, org.apache.avalon.framework.activity.Initializable, java.awt.event.ActionListener

Author:
Simon Mieth

Field Summary
static java.lang.String DEFAUL_ICON
           
 
Constructor Summary
ExternalEditorSetup()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getLabel()
           
 javax.swing.JComponent getSetupComponent()
           
 void initialize()
           
 boolean isSetup()
           
 void setExternalEditorManager(ExternalEditorManager manager)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAUL_ICON

public static java.lang.String DEFAUL_ICON
Constructor Detail

ExternalEditorSetup

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

initialize

public void initialize()
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

isSetup

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

setExternalEditorManager

public void setExternalEditorManager(ExternalEditorManager manager)