Uses of Interface
com.github.croesch.micro_debug.gui.components.api.ILineBreakPointManager

Packages that use ILineBreakPointManager
com.github.croesch.micro_debug.gui.components.code   
com.github.croesch.micro_debug.gui.components.view   
com.github.croesch.micro_debug.gui.debug   
 

Uses of ILineBreakPointManager in com.github.croesch.micro_debug.gui.components.code
 

Constructors in com.github.croesch.micro_debug.gui.components.code with parameters of type ILineBreakPointManager
Ruler(String name, ACodeArea tc, ILineBreakPointManager bpm, LineNumberMapper mapper)
          Constructs the ruler for the given text component that uses the given breakpoint manager to handle breakpoints.
 

Uses of ILineBreakPointManager in com.github.croesch.micro_debug.gui.components.view
 

Constructors in com.github.croesch.micro_debug.gui.components.view with parameters of type ILineBreakPointManager
ACodeView(String name, com.github.croesch.micro_debug.mic1.Mic1 proc, ACodeArea ta, ILineBreakPointManager bph)
          Creates an abstract code view containing the text area to visualise the code, a ruler for adding breakpoints and a line number view.
 

Uses of ILineBreakPointManager in com.github.croesch.micro_debug.gui.debug
 

Classes in com.github.croesch.micro_debug.gui.debug that implement ILineBreakPointManager
 class LineBreakPointHandler
          A handler that is able to manage some breakpoints for line numbers.
 class MacroLineBreakpointHandler
          A wrapper for the macro code breakpoint management in the debugger for the specific view.
 class MicroLineBreakpointHandler
          A wrapper for the micro code breakpoint management in the debugger for the specific view.
 



Copyright © 2012. All Rights Reserved.