@Deprecated public class PortDialogFactory extends java.lang.Object implements MenuItemFactory
Constructor and Description |
---|
PortDialogFactory()
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.
|
void |
setConfiguration(Configuration configuration)
Deprecated.
Set the configuration for use by the help screen.
|
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.public void setConfiguration(Configuration configuration)
configuration
- The configuration.