org.grinvin.list.actions
Class GraphRename
AbstractAction
org.grinvin.list.actions.GraphRename
- ListSelectionListener
public class GraphRename
extends AbstractAction
implements ListSelectionListener
Action which allows the user to rename the currently selected
graph list element.
GraphRename(GraphList list, ListSelectionModel selectionModel) - Construct an action command of this type.
|
void | actionPerformed(ActionEvent e) - Ask the user to rename the currently selected graph list element.
|
void | valueChanged(ListSelectionEvent e)
|
GraphRename
public GraphRename(GraphList list,
ListSelectionModel selectionModel)
Construct an action command of this type.
actionPerformed
public void actionPerformed(ActionEvent e)
Ask the user to rename the currently selected graph list element.
valueChanged
public void valueChanged(ListSelectionEvent e)