org.acm.seguin.ide.common.action
Class GenericAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.acm.seguin.ide.common.action.GenericAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
AddChildClassAction, AddParentClassAction, ExtractInterfaceAction, ExtractMethodAction, MoveClassAction, MoveMethodAction, PrettyPrinterAction, PushDownFieldAction, PushDownMethodAction, PushUpAbstractMethodAction, PushUpFieldAction, PushUpMethodAction, RemoveClassAction, RenameClassAction, RenameFieldAction, RenameMethodAction, RenameParameterAction

public abstract class GenericAction
extends javax.swing.AbstractAction

Description of the Class

Author:
Chris Seguin
See Also:
Serialized Form

Field Summary
static java.lang.String ACCELERATOR
          The accelerator key.
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
GenericAction()
           
 
Method Summary
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

ACCELERATOR

public static final java.lang.String ACCELERATOR
The accelerator key. In the future change this to ACCELERATOR_KEY

See Also:
Constant Field Values
Constructor Detail

GenericAction

public GenericAction()