Uses of Class
org.graffiti.plugin.actions.GraffitiAction
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes | |
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
| org.graffiti.editor.actions |
Contains the editor's action classes.
|
| org.graffiti.plugin.actions | |
| org.graffiti.plugins.guis.switchselections |
-
Uses of GraffitiAction in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes
Subclasses of GraffitiAction in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes Modifier and Type Class Description classFileOpenActionThe action for the file open dialog.classFileSaveAsActionThe action for saving a graph to a named file. -
Uses of GraffitiAction in org.graffiti.editor
Fields in org.graffiti.editor declared as GraffitiAction Modifier and Type Field Description GraffitiActionMainFrame. fileCloseThe main frame's static actions -
Uses of GraffitiAction in org.graffiti.editor.actions
Subclasses of GraffitiAction in org.graffiti.editor.actions Modifier and Type Class Description classAddAttributeActionRepresents an action to add an attribute to the selected item.classChangeAttributeValueActionDOCUMENT ME!classCloneViewActionRepresents an action, which can clone the current view.classCloseViewActionRepresents a clone view action.classCopyActionRepresents a graph element copy action.classCutActionRepresents a cut of graph elements action.classDeleteActionRepresents a graph element delete action.classDeleteAttributeActionDOCUMENT ME!classEditRedoActionSpecial class for redo capabilities.classEditUndoActionSpecial class for undo capabilities.classExitActionExits the editor.classFileCloseActionThe action for closing a graph.classFileNewActionThe action for a new graph.classFileOpenActionThe action for the file open dialog.classFileSaveActionThe action for saving a graph.classFileSaveAllActionThe action for saving all open graphs.classFileSaveAsActionThe action for saving a graph to a named file.classPasteActionRepresents a graph element paste action.classPluginManagerEditActionCalled, if the plugin manager dialog should be shown.classRedrawViewActionThe action for a new graph.classRunAlgorithmRuns an algorithm.classSelectAllActionRepresents a "select all graph elements" action.classShowPreferencesActionclassViewNewActionThe action for creating a new view. -
Uses of GraffitiAction in org.graffiti.plugin.actions
Subclasses of GraffitiAction in org.graffiti.plugin.actions Modifier and Type Class Description classPopupActionRepresents an action, which is called, if there should be displayed a popup menu.classSelectionActionRepresents an action, which depends on a selection. -
Uses of GraffitiAction in org.graffiti.plugins.guis.switchselections
Subclasses of GraffitiAction in org.graffiti.plugins.guis.switchselections Modifier and Type Class Description classSelectionChangeActionDOCUMENT ME!classSelectionSaveActionSaves a selection as long as the session lives under some name.