Uses of Class
adams.flow.execution.debug.ControlPanel
-
Packages that use ControlPanel Package Description adams.flow.execution adams.flow.execution.debug -
-
Uses of ControlPanel in adams.flow.execution
Fields in adams.flow.execution declared as ControlPanel Modifier and Type Field Description protected ControlPanel
Debug. m_ControlPanel
control panel. -
Uses of ControlPanel in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as ControlPanel Modifier and Type Field Description protected ControlPanel
BreakpointPanel. m_Owner
the owner.protected ControlPanel
BreakpointTableModel. m_Owner
the owner.Methods in adams.flow.execution.debug that return ControlPanel Modifier and Type Method Description ControlPanel
BreakpointPanel. getOwner()
Returns the current owner.Methods in adams.flow.execution.debug with parameters of type ControlPanel Modifier and Type Method Description void
BreakpointPanel. setOwner(ControlPanel value)
Sets the owner.Constructors in adams.flow.execution.debug with parameters of type ControlPanel Constructor Description BreakpointTableModel(ControlPanel owner)
Initializes the model.
-