org.jhotdraw.draw.action
Class AttributeToggler<T>
java.lang.Object
javax.swing.AbstractAction
org.jhotdraw.draw.action.AttributeToggler<T>
- 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.
- Version:
- $Id: AttributeToggler.java 660 2010-07-08 20:52:06Z rawcoder $
- Author:
- Werner Randelshofer
- See Also:
- Serialized Form
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 |
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 |
AttributeToggler
public AttributeToggler(DrawingEditor editor,
AttributeKey<T> key,
T value1,
T value2)
- Creates a new instance.
AttributeToggler
public AttributeToggler(DrawingEditor editor,
AttributeKey<T> key,
T value1,
T value2,
javax.swing.Action compatibleTextAction)
getView
public DrawingView getView()
getEditor
public DrawingEditor getEditor()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)