fr.jussieu.gla.wasa.monitor.gui.action
Class AbstractAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--fr.jussieu.gla.wasa.monitor.gui.action.AbstractAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
CreateEngineNodeAction, CreateRunNodeAction, EditGlobalOptionsAction, ManyStepsAction, QuitAction, ReadLogAction, SingleStepAction, StopSteppingAction

public abstract class AbstractAction
extends javax.swing.AbstractAction

The parent of all Actions for this application.

Version:
$Revision: 1.2 $ $Date: 2002/03/15 14:32:11 $
Author:
Laurent Caillette
See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
AbstractAction(ApplicationContext appContext)
          Constructor.
 
Method Summary
 ApplicationContext getApplicationContext()
           
abstract  java.lang.String getName()
           
 
Methods inherited from class javax.swing.AbstractAction
actionPerformed, addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction(ApplicationContext appContext)
Constructor. Sets Enabled property to false, the ActionManager is supposed to enable / disable actions as needed.
Method Detail

getApplicationContext

public final ApplicationContext getApplicationContext()

getName

public abstract java.lang.String getName()