Package ptolemy.vergil.kernel
Class PortDialogFactory
- java.lang.Object
-
- ptolemy.vergil.kernel.PortDialogFactory
-
- All Implemented Interfaces:
MenuItemFactory
@Deprecated public class PortDialogFactory extends java.lang.Object implements MenuItemFactory
Deprecated.Use PortDialogAction.A factory that creates a dialog to configure, add, or remove ports from objects.- Since:
- Ptolemy II 2.0
- Version:
- $Id$
- Author:
- Edward A. Lee and Steve Neuendorffer
- Pt.AcceptedRating:
- Red (johnr)
- Pt.ProposedRating:
- Red (eal)
-
-
Constructor Summary
Constructors Constructor Description PortDialogFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
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 interfaceMenuItemFactory
- 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.
-
setConfiguration
public void setConfiguration(Configuration configuration)
Deprecated.Set the configuration for use by the help screen.- Parameters:
configuration
- The configuration.
-
-