| AutoSnapListener | Toggles the state of the 'snap to guides' flag on the graph panel. |
| Clear | Action which removes the current graph. |
| ClearSelection | Action which clears the selection on a graph panel. |
| Closure | Action which replaces the graph with its closure. |
| Complement | Actionwhich replaces the graph with its complement. |
| ConnectSelection | Action which connects the current selected vertices. |
| DeleteSelectedGraphs | Action that removes the current selected graphs in a given graph list. |
| DeleteSelection | Action which deletes the current selection. |
| EdgeInducedGraph | Action which replaces the graph with the graph induced by the selected edges. |
| GraphPanelAction | Common super class of all actions that work on a graph panel. |
| LineGraph | Action which replaces the graph with its line graph. |
| MergeSelection | Action command which merges the current selected vertices. |
| MutableGraphPanelAction | Common super class of all action commands that work on a mutable graph panel. |
| SelectAll | Action command which which selects all elements on a graph panel. |
| ShowAdvancedToolbarListener | Shows/hides the advanced tool bar of the graph editor. |
| SnapAll | Action which snaps all the vertices to the current guides. |
| SnapshotAction | Action that takes a snapshot of the current graph in a panel and
stores it into the given graph list. |
| SnapSelection | Action which snaps the current selection to the current guides. |
| SplitSelection | Action which splits the current selected vertices. |
| SpringEmbedder | Action that changes the current embedding by means of a
spring embedder algorithm. |
| VertexInducedGraph | Action command which replaces the graph with the graph induced by the selected vertices. |