org.grinvin.gred.commands

Class 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()

Constructor Summary

DeleteSelectedGraphs(CommandManager manager, String id)
Construct an action of this kind.

Method Summary

void
handleExecute()
delete the current selected graphs in the snapshot list.

Constructor Details

DeleteSelectedGraphs

public DeleteSelectedGraphs(CommandManager manager,
                            String id)
Construct an action of this kind.

Method Details

handleExecute

public void handleExecute()
delete the current selected graphs in the snapshot list.