public class BreakpointDialogFactory extends java.lang.Object implements MenuItemFactory
PortDialogFactory| Red (celaine) |
| Red (celaine) |
| 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 MenuItemFactorymenu - The context menu.object - The object whose breakpoints are being modified.