@Deprecated public class RenameDialogFactory extends java.lang.Object implements MenuItemFactory
| Constructor and Description |
|---|
RenameDialogFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JMenuItem |
create(diva.gui.toolbox.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.
|
public RenameDialogFactory()
public javax.swing.JMenuItem create(diva.gui.toolbox.JContextMenu menu, NamedObj object)
create in interface MenuItemFactorymenu - The context menu.object - The object whose ports are being manipulated.