de.miethxml.hawron.gui.context.viewer
Class ExternalViewerSetup

java.lang.Object
  extended byde.miethxml.toolkit.component.AbstractServiceable
      extended byde.miethxml.hawron.gui.context.viewer.ExternalViewerSetup
All Implemented Interfaces:
java.awt.event.ActionListener, Configurable, java.util.EventListener, GuiConfigurable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.service.Serviceable

public class ExternalViewerSetup
extends AbstractServiceable
implements org.apache.avalon.framework.activity.Initializable, GuiConfigurable, java.awt.event.ActionListener

Author:
Simon Mieth

Field Summary
static java.lang.String DEFAUL_ICON
           
 
Fields inherited from class de.miethxml.toolkit.component.AbstractServiceable
manager
 
Constructor Summary
ExternalViewerSetup()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void disposeComponent(org.apache.avalon.framework.service.ServiceManager newParam)
           
 java.lang.String getLabel()
           
 javax.swing.JComponent getSetupComponent()
           
 void initialize()
           
 boolean isSetup()
           
 void setExternalViewerManager(ExternalViewerManager m)
           
 void setup()
           
 
Methods inherited from class de.miethxml.toolkit.component.AbstractServiceable
service
 
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

ExternalViewerSetup

public ExternalViewerSetup()
Method Detail

initialize

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

disposeComponent

public void disposeComponent(org.apache.avalon.framework.service.ServiceManager newParam)

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

actionPerformed

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

setExternalViewerManager

public void setExternalViewerManager(ExternalViewerManager m)