org.graffiti.plugins.modes.advanced.create
Class AbortAddEdgeAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugins.modes.advanced.AbstractFunctionAction
org.graffiti.plugins.modes.advanced.create.AbortAddEdgeAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, FunctionAction
Deprecated.
@Deprecated
public class AbortAddEdgeAction
- extends AbstractFunctionAction
To abort add edge.
- Author:
- MH
- 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 |
AbortAddEdgeAction
public AbortAddEdgeAction(CreateTool createTool)
- Deprecated.
- Creates a new AbortAddEdgeAction object.
- Parameters:
createTool
- The given CreateTool
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