- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class AttributeToggler<T>
extends javax.swing.AbstractAction
AttributeToggler toggles an attribute of the selected figures between two
different values.
If the name of a compatible JTextComponent action is specified, the toggler
checks if the current permant focus owner is a JTextComponent, and if it is,
it will apply the text action to the JTextComponent.
- See Also:
- Serialized Form