org.grinvin.list.commands
Class GraphRenamePanel
public class GraphRenamePanel
Dialog panel for renaming a graph.
GraphRenamePanel
public GraphRenamePanel()
Construct a panel of this type.
showDialog
public void showDialog(GraphListElement gle,
Component parent)
Create and activate the dialog for the given graph list element.
When finished, the name of
the graph list element will be changed, except when the dialog was canceled
by the user.
gle
- GraphListElement of which the name can be changed by the user.parent
- Parent of this dialog