@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(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 javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
create
in interface MenuItemFactory
menu
- The context menu.object
- The object whose ports are being manipulated.