Package org.graffiti.editor.actions
Contains the editor's action classes.
-
Interface Summary Interface Description FileHandlingListeners -
Class Summary Class Description AddAttributeAction Represents an action to add an attribute to the selected item.ChangeAttributeValueAction DOCUMENT ME!ClipboardService CloneViewAction Represents an action, which can clone the current view.CloseViewAction Represents a clone view action.CopyAction Represents a graph element copy action.CutAction Represents a cut of graph elements action.DeleteAction Represents a graph element delete action.DeleteAttributeAction DOCUMENT ME!EditRedoAction Special class for redo capabilities.EditUndoAction Special class for undo capabilities.ExitAction Exits the editor.FileCloseAction The action for closing a graph.FileHandlingManager FileNewAction The action for a new graph.FileOpenAction The action for the file open dialog.FileSaveAction The action for saving a graph.FileSaveAllAction The action for saving all open graphs.FileSaveAsAction The action for saving a graph to a named file.PasteAction Represents a graph element paste action.PluginManagerEditAction Called, if the plugin manager dialog should be shown.RedrawViewAction The action for a new graph.RunAlgorithm Runs an algorithm.SelectAllAction Represents a "select all graph elements" action.ShowPreferencesAction ViewNewAction The action for creating a new view.