org.graffiti.plugins.modes.advanced.nodeResize
Class PerformNodeResizeAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugins.modes.advanced.AbstractFunctionAction
org.graffiti.plugins.modes.advanced.nodeResize.PerformNodeResizeAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, FunctionAction
Deprecated.
@Deprecated
public class PerformNodeResizeAction
- extends AbstractFunctionAction
Action for function perform-node-resize.
- See Also:
- Serialized Form
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 |
PerformNodeResizeAction
public PerformNodeResizeAction(NodeResizeTool nodeResizeTool)
- Deprecated.
- Creates a new PerformNodeResizeAction object.
- Parameters:
nodeResizeTool
- DOCUMENT ME!
actionPerformed
public void actionPerformed(FunctionActionEvent e)
- Deprecated.
- The action of this class.
- Specified by:
actionPerformed
in interface FunctionAction
- Overrides:
actionPerformed
in class AbstractFunctionAction
- Parameters:
e
- The given FunctionActionEvent
Generated at 2012-05-30 11:01:25 PM CEST