Uses of Class
org.graffiti.plugin.actions.SelectionAction
| Package | Description |
|---|---|
| org.graffiti.editor.actions |
Contains the editor's action classes.
|
| org.graffiti.plugin.actions |
-
Uses of SelectionAction in org.graffiti.editor.actions
Subclasses of SelectionAction in org.graffiti.editor.actions Modifier and Type Class Description classAddAttributeActionRepresents an action to add an attribute to the selected item.classChangeAttributeValueActionDOCUMENT ME!classCopyActionRepresents a graph element copy action.classCutActionRepresents a cut of graph elements action.classDeleteActionRepresents a graph element delete action.classDeleteAttributeActionDOCUMENT ME!classPasteActionRepresents a graph element paste action.classSelectAllActionRepresents a "select all graph elements" action. -
Uses of SelectionAction in org.graffiti.plugin.actions
Subclasses of SelectionAction in org.graffiti.plugin.actions Modifier and Type Class Description classPopupActionRepresents an action, which is called, if there should be displayed a popup menu.