Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortDialogFactory

        public PortDialogFactory()
        Deprecated.
    • 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 interface MenuItemFactory
        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.