net.sf.vex.ui
Class BaseAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--net.sf.vex.ui.BaseAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
CopySelectionAction, CutSelectionAction, PasteAction, PasteTextAction, RedoAction, UndoAction, UnwrapAction

public abstract class BaseAction
extends javax.swing.AbstractAction

Base class for all actions applicable to Vex components.

See Also:
Serialized Form

Field Summary
 
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
BaseAction(java.lang.String id)
          Class constructor.
 
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
 

Constructor Detail

BaseAction

public BaseAction(java.lang.String id)
Class constructor.

Parameters:
id - id of the action. This is used to look up localized strings in the net.sf.vex.UIStrings resource bundle for action names, etc.