|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ACodeArea | |
|---|---|
| com.github.croesch.micro_debug.gui.components.code | |
| com.github.croesch.micro_debug.gui.components.view | |
| Uses of ACodeArea in com.github.croesch.micro_debug.gui.components.code |
|---|
| Subclasses of ACodeArea in com.github.croesch.micro_debug.gui.components.code | |
|---|---|
class |
MacroCodeArea
A code area especially to visualize macro code. |
class |
MicroCodeArea
A code area especially to visualize micro code. |
| Constructors in com.github.croesch.micro_debug.gui.components.code with parameters of type ACodeArea | |
|---|---|
LineNumberLabel(ACodeArea ta,
LineNumberMapper mapper)
Constructs this ruler that shows line numbers for the given component. |
|
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 ACodeArea in com.github.croesch.micro_debug.gui.components.view |
|---|
| Methods in com.github.croesch.micro_debug.gui.components.view that return ACodeArea | |
|---|---|
protected ACodeArea |
ACodeView.getCodeArea()
Returns the code area of this view. |
| Constructors in com.github.croesch.micro_debug.gui.components.view with parameters of type ACodeArea | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||