public class BreakpointDialogFactory extends java.lang.Object implements MenuItemFactory
PortDialogFactory
Constructor and Description |
---|
BreakpointDialogFactory(BasicGraphController graphController)
Create factory.
|
Modifier and Type | Method and 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.
|
public BreakpointDialogFactory(BasicGraphController graphController)
graphController
- The associated graph controller for the
actor selected.public javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
create
in interface MenuItemFactory
menu
- The context menu.object
- The object whose breakpoints are being modified.