org.graffiti.plugins.modes.advanced.selection
Class SelectionAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugins.modes.advanced.AbstractFunctionAction
org.graffiti.plugins.modes.advanced.selection.SelectionAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, FunctionAction
Deprecated.
@Deprecated
public class SelectionAction
- extends AbstractFunctionAction
To mark and unmark GraphElements via MouseClick and via KeyBoard (strg,
shift)
- Author:
- MH To mark and unmark GraphElements via MouseClick and via KeyBoard
(strg, shift)
- 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 |
SelectionAction
public SelectionAction(AbstractEditingTool tool)
- Deprecated.
- Creates a new SelectionAction
- Parameters:
tool
- the given AbstractEditingTool
getValidParameters
public Map<String,Set<Object>> getValidParameters()
- Deprecated.
- Creates a Map with parameter names and their correct values
- Specified by:
getValidParameters
in interface FunctionAction
- Overrides:
getValidParameters
in class AbstractFunctionAction
- Returns:
- Map with parameter names and their correct values
actionPerformed
public void actionPerformed(FunctionActionEvent e)
- Deprecated.
- Performes 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