ptolemy.vergil.kernel
Class RenameDialogFactory

java.lang.Object
  extended by ptolemy.vergil.kernel.RenameDialogFactory
All Implemented Interfaces:
MenuItemFactory

Deprecated. Use RenameDialogAction instead.

public class RenameDialogFactory
extends java.lang.Object
implements MenuItemFactory

A factory that creates a dialog to rename an object.

Since:
Ptolemy II 2.0
Version:
$Id: RenameDialogFactory.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Edward A. Lee and Steve Neuendorffer
Accepted Rating:
Red (johnr)
Proposed Rating:
Red (eal)

Constructor Summary
RenameDialogFactory()
          Deprecated.  
 
Method Summary
 javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
          Deprecated. Add an item to the given context menu that will open a dialog to add or remove ports from an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameDialogFactory

public RenameDialogFactory()
Deprecated. 
Method Detail

create

public javax.swing.JMenuItem create(JContextMenu menu,
                                    NamedObj object)
Deprecated. 
Add an item to the given context menu that will open a dialog to add or remove ports from an object.

Specified by:
create in interface MenuItemFactory
Parameters:
menu - The context menu.
object - The object whose ports are being manipulated.
Returns:
The JMenuItem or null if the object argument is not an Entity.