org.grinvin.gred.actions

Class DeleteSelectedGraphs


public class DeleteSelectedGraphs
extends AbstractAction

Action that removes the current selected graphs in a given graph list.

Constructor Summary

DeleteSelectedGraphs(GraphList graphList, ListSelectionModel selectionModel)
Construct an action of this kind.

Method Summary

void
actionPerformed(ActionEvent e)
Delete the currently selected graphs in the snapshot list.

Constructor Details

DeleteSelectedGraphs

public DeleteSelectedGraphs(GraphList graphList,
                            ListSelectionModel selectionModel)
Construct an action of this kind.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)
Delete the currently selected graphs in the snapshot list.