org.grinvin.list.actions
Class WorksheetRename
AbstractAction
org.grinvin.list.actions.WorksheetRename
- ChangeListener, ListSelectionListener
public class WorksheetRename
extends AbstractAction
implements ListSelectionListener, ChangeListener
GUI command which allows the user to rename the currently selected
worksheet.
Acts upon a array list model and a selection model stored as attributes in
an attributed command manager.
WorksheetRename
public WorksheetRename(GrinvinWindow window)
Construct an action command of this type.
actionPerformed
public void actionPerformed(ActionEvent e)
Ask the user to rename the currently selected graph list element.
stateChanged
public void stateChanged(ChangeEvent e)
valueChanged
public void valueChanged(ListSelectionEvent e)