org.grinvin.gred.commands
Class GraphPanelCommand
ActionCommandorg.grinvin.gred.commands.GraphPanelCommand
public abstract class GraphPanelCommand
extends ActionCommand
Common super class of all action commands that work on a graph panel. The graph panel
is assumed to be installed as an attribute to the command manager with
key GraphPanel.class.getName().
GraphPanelCommand(CommandManager manager, String id)- Construct an action command of this type.
|
panel
protected GraphPanel panel
Panel onto which this command acts.
GraphPanelCommand
protected GraphPanelCommand(CommandManager manager,
String id) Construct an action command of this type.
manager - Command manager, which must be of class AttributedCommandManager