swingwtx.swing.text
Class TextAction

java.lang.Object
  extended byswingwtx.swing.AbstractAction
      extended byswingwtx.swing.text.TextAction
All Implemented Interfaces:
Action, ActionListener, java.lang.Cloneable, EventListener, java.util.EventListener, java.io.Serializable

public abstract class TextAction
extends AbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class swingwtx.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface swingwtx.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISABLED_ICON, DROP_MENU, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON, SWT_MAPPED_TOOLITEM
 
Constructor Summary
TextAction(java.lang.String name)
           
 
Methods inherited from class swingwtx.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 swingwt.awt.event.ActionListener
actionPerformed
 

Constructor Detail

TextAction

public TextAction(java.lang.String name)