| AbstractBreakpoint | 
 Ancestor for breakpoints for execution listeners. 
 | 
| AbstractScopeRestriction | 
 Ancestor for scope restrictions. 
 | 
| AnyActorBreakpoint | 
 Triggers with any actor encountered during listening. 
 | 
| BreakpointPanel | 
 Panel for managing the breakpoints. 
 | 
| BreakpointTableModel | 
 Table model for displaying the current breakpoints. 
 | 
| ClassBreakpoint | 
 Triggers when the specified (exact) class of actor is encountered during listening. 
 | 
| ControlPanel | 
 A little dialog for controlling the breakpoint. 
 | 
| DebugScopeRestrictionHelper | 
 Helper class for scope restrictions. 
 | 
| MultiScopeRestriction | 
 Combines multiple scope restrictions. 
 | 
| NoScopeRestriction | 
 Does not restrict the scope. 
 | 
| PathBreakpoint | 
 Triggers when the specified actor path (full path) is encountered during listening. 
 | 
| SubFlowRestriction | 
 Restricts the scope to the sub-flow specified by the path (= root of subflow). 
 |