|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.vergil.debugger.BreakpointDialogFactory
public class BreakpointDialogFactory
A factory that creates a dialog box to configure breakpoints for the actor selected.
PortDialogFactory
Red (celaine) |
Red (celaine) |
Field Summary | |
---|---|
private BasicGraphController |
_graphController
The graph controller associated with the actor selected. |
Constructor Summary | |
---|---|
BreakpointDialogFactory(BasicGraphController graphController)
Create factory. |
Method Summary | |
---|---|
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 |
Field Detail |
---|
private BasicGraphController _graphController
Constructor Detail |
---|
public BreakpointDialogFactory(BasicGraphController graphController)
graphController
- The associated graph controller for the
actor selected.Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |