org.grinvin.gred.commands
Class DeleteSelectedGraphs
ActionCommandorg.grinvin.gred.commands.DeleteSelectedGraphs
public class DeleteSelectedGraphs
extends ActionCommand
Action that removes the current selected graphs in a given GraphList.
GraphList and SelectionModel must be installed
as attributes to the command manager with keys
GraphList.class.getName() and SelectionModel.class.getName()
void | handleExecute()- delete the current selected graphs in the snapshot list.
|
DeleteSelectedGraphs
public DeleteSelectedGraphs(CommandManager manager,
String id) Construct an action of this kind.
handleExecute
public void handleExecute()
delete the current selected graphs in the snapshot list.