|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.vergil.kernel.PortDialogFactory
public class PortDialogFactory
A factory that creates a dialog to configure, add, or remove ports from objects.
Red (johnr) |
Red (eal) |
Field Summary | |
---|---|
private static java.lang.String |
_configPorts
Deprecated. The configuration. |
private static java.lang.String |
_configUnits
Deprecated. |
private Configuration |
_configuration
Deprecated. |
Constructor Summary | |
---|---|
PortDialogFactory()
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. |
void |
setConfiguration(Configuration configuration)
Deprecated. Set the configuration for use by the help screen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.String _configPorts
private static java.lang.String _configUnits
private Configuration _configuration
Constructor Detail |
---|
public PortDialogFactory()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |