Package ptolemy.vergil.debugger
Class BreakpointDialogFactory
- java.lang.Object
-
- ptolemy.vergil.debugger.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)
-
-
Constructor Summary
Constructors Constructor Description BreakpointDialogFactory(BasicGraphController graphController)
Create factory.
-
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.
-
-
-
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 interfaceMenuItemFactory
- Parameters:
menu
- The context menu.object
- The object whose breakpoints are being modified.- Returns:
- The context menu item.
-
-