org.grinvin.gred.actions

Class GraphPanelAction

Known Direct Subclasses:
ClearSelection, SelectAll, SnapshotAction

public abstract class GraphPanelAction
extends AbstractAction

Common super class of all actions that work on a graph panel.

Field Summary

protected GraphPanel
panel
Panel onto which this action acts.

Constructor Summary

GraphPanelAction(GraphPanel panel)
Construct an action of this type.

Field Details

panel

protected GraphPanel panel
Panel onto which this action acts.

Constructor Details

GraphPanelAction

protected GraphPanelAction(GraphPanel panel)
Construct an action of this type.