textbender.o.swing
Class BlindAbstractAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by BlindAbstractAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
InPageBrancher, ReloadAction, SaveAction, TestAction

public abstract class BlindAbstractAction
extends AbstractAction

An action that may be invoked blindly (without an event).

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, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
BlindAbstractAction()
           
BlindAbstractAction(String name)
           
BlindAbstractAction(String name, Icon icon)
           
 
Method Summary
abstract  void act()
          Performs the action.
 void actionPerformed(ActionEvent e)
          Calls act().
 
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
 

Constructor Detail

BlindAbstractAction

public BlindAbstractAction()

BlindAbstractAction

public BlindAbstractAction(String name)

BlindAbstractAction

public BlindAbstractAction(String name,
                           Icon icon)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Calls act().


act

public abstract void act()
Performs the action.