|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Line | |
| org.openide.debugger | The IDE can support plugged-in implementations of an abstract debugger interface. |
| org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
| Uses of Line in org.openide.debugger |
| Methods in org.openide.debugger that return Line | |
abstract Line |
Breakpoint.getLine()
Get the line assigned to the breakpoint. |
abstract Line |
Debugger.getCurrentLine()
Get the current line of debugger. |
| Methods in org.openide.debugger with parameters of type Line | |
abstract Breakpoint |
Debugger.createBreakpoint(Line l)
Create a new breakpoint assigned to a specific line. |
abstract Breakpoint |
Debugger.createBreakpoint(Line l,
boolean hidden)
Create a new breakpoint assigned to a specific line. |
abstract Breakpoint |
Debugger.findBreakpoint(Line l)
Find the breakpoint assigned to a given line. |
| Uses of Line in org.openide.text |
| Subclasses of Line in org.openide.text | |
class |
DocumentLine
Implementation of a line in a StyledDocument. |
| Methods in org.openide.text that return Line | |
abstract Line |
Line.Set.getOriginal(int line)
Find line object in the line set corresponding to original line number. |
abstract Line |
Line.Set.getCurrent(int line)
Find line object representing the line in current document. |
Line |
DocumentLine.Set.getOriginal(int line)
|
Line |
DocumentLine.Set.getCurrent(int line)
|
protected abstract Line |
DocumentLine.Set.createLine(int offset)
Creates a Line for a given offset. |
abstract Line |
Line.Part.getLine()
Line can change during editting |
| Methods in org.openide.text with parameters of type Line | |
boolean |
Line.canBeMarkedCurrent(int action,
Line previousLine)
Deprecated. since 1.20. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||