| AutoSnap | Toggles the state of the 'snap to guides' flag on the graph panel. |
| Clear | Action command which removes the current graph. |
| ClearSelection | Action command which clears the selection on a graph panel. |
| CloseEditor | |
| Closure | Action command which replaces the graph with its closure. |
| Complement | Action command which replaces the graph with its complement. |
| ConnectSelection | Action command which connects the current selected vertices. |
| DeleteSelectedGraphs | Action that removes the current selected graphs in a given GraphList. |
| DeleteSelection | Action command which deletes the current selection. |
| EdgeInducedGraph | Action command which replaces the graph with the graph induced by the selected edges. |
| GraphPanelCommand | Common super class of all action commands that work on a graph panel. |
| InstallGuides | Action command which installs a preconfigured Guides object
|
| LineGraph | Action command which replaces the graph with its line graph. |
| MergeSelection | Action command which merges the current selected vertices. |
| MutableGraphPanelCommand | Common super class of all action commands that work on a mutable graph panel. |
| MutableGraphPanelToggleCommand | Common super class of all toggle commands that work on a mutable graph panel. |
| SelectAll | Action command which which selects all elements on a graph panel. |
| SnapAll | Action command which snaps all the vertices to the current guides. |
| SnapshotCommand | Action that takes a snapshot of the current graph in a panel and
stores it into the given graph list. |
| SnapSelection | Action command which snaps the current selection to the current guides. |
| SplitSelection | Action command which splits the current selected vertices. |
| SpringEmbedder | Repeater command 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. |