org.grinvin.gred.actions

Class MutableGraphPanelAction

Known Direct Subclasses:
Clear, Closure, Complement, ConnectSelection, DeleteSelection, EdgeInducedGraph, LineGraph, MergeSelection, SnapAll, SnapSelection, SplitSelection, SpringEmbedder, VertexInducedGraph

public abstract class MutableGraphPanelAction
extends AbstractAction

Common super class of all action commands that work on a mutable graph panel. Very similar toe GraphPanelAction but assumes that the graph panel is of type MutableGraphPanel.

Field Summary

protected MutableGraphPanel
panel
Panel onto which this action acts.

Constructor Summary

MutableGraphPanelAction(MutableGraphPanel panel)
Construct an action command of this type.

Field Details

panel

protected MutableGraphPanel panel
Panel onto which this action acts.

Constructor Details

MutableGraphPanelAction

protected MutableGraphPanelAction(MutableGraphPanel panel)
Construct an action command of this type.