|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILineBreakPointManager
A component that is able to manage some breakpoints.
| Method Summary | |
|---|---|
boolean |
isBreakpoint(int line)
Returns whether there is currently a breakpoint set for the given line. |
void |
toggleBreakpoint(int line)
Toggles the breakpoint for the given line: Switches it on, if it was off; switches it
off, if it was on. |
| Method Detail |
|---|
void toggleBreakpoint(int line)
on, if it was off; switches it
off, if it was on.
line - the number of the line to toggle the breakpointboolean isBreakpoint(int line)
line - the number of the line that should be checked for a breakpoint.
true whether there is currently a breakpoint in the given line,false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||