Package ptolemy.vergil.kernel
Class RenameDialogAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.vergil.toolbox.FigureAction
-
- ptolemy.vergil.kernel.RenameDialogAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class RenameDialogAction extends FigureAction
An action that creates a dialog to rename an object.- Since:
- Ptolemy II 5.2
- Version:
- $Id$
- Author:
- Edward A. Lee and Steve Neuendorffer
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (johnr)
- Pt.ProposedRating:
- Red (eal)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ptolemy.vergil.toolbox.FigureAction
FigureAction.SourceType
-
-
Field Summary
-
Fields inherited from class ptolemy.vergil.toolbox.FigureAction
CANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE
-
-
Constructor Summary
Constructors Constructor Description RenameDialogAction(java.lang.String name)
Construct a rename dialog action with the specified name, which will appear in the menu that uses this action.RenameDialogAction(TableauFrame parent)
Construct a rename dialog action with the specified parent, which will appear in the menu that uses this action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
Open a dialog to rename the target.-
Methods inherited from class ptolemy.vergil.toolbox.FigureAction
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigure
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
RenameDialogAction
public RenameDialogAction(TableauFrame parent)
Construct a rename dialog action with the specified parent, which will appear in the menu that uses this action.- Parameters:
parent
- The parent TableauFrame
-
RenameDialogAction
public RenameDialogAction(java.lang.String name)
Construct a rename dialog action with the specified name, which will appear in the menu that uses this action.- Parameters:
name
- The name.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
Open a dialog to rename the target.- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Overrides:
actionPerformed
in classFigureAction
- Parameters:
event
- The action event.
-
-