Class BreakpointDialogFactory

  • All Implemented Interfaces:
    MenuItemFactory

    public class BreakpointDialogFactory
    extends java.lang.Object
    implements MenuItemFactory
    A factory that creates a dialog box to configure breakpoints for the actor selected.
    Since:
    Ptolemy II 2.1
    Version:
    $Id$
    Author:
    Elaine Cheong
    See Also:
    PortDialogFactory
    Pt.AcceptedRating:
    Red (celaine)
    Pt.ProposedRating:
    Red (celaine)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JMenuItem create​(JContextMenu menu, NamedObj object)
      Add an item to the given context menu that will open a dialog to configure breakpoints for an object.
      • Methods inherited from class java.lang.Object

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

      • BreakpointDialogFactory

        public BreakpointDialogFactory​(BasicGraphController graphController)
        Create factory.
        Parameters:
        graphController - The associated graph controller for the actor selected.
    • Method Detail

      • create

        public javax.swing.JMenuItem create​(JContextMenu menu,
                                            NamedObj object)
        Add an item to the given context menu that will open a dialog to configure breakpoints for an object.
        Specified by:
        create in interface MenuItemFactory
        Parameters:
        menu - The context menu.
        object - The object whose breakpoints are being modified.
        Returns:
        The context menu item.