|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Line | |
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.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.Part.getLine()
Line can change during editting |
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. |
Methods in org.openide.text with parameters of type Line | |
boolean |
Line.canBeMarkedCurrent(int action,
Line previousLine)
Deprecated. Deprecated since 1.20, as markCurrentLine() is deprecated by Annotation.attach(org.openide.text.Annotatable) . |
int |
Line.Set.getOriginalLineNumber(Line line)
Finds an original line number for given line in this line set. |
int |
DocumentLine.Set.getOriginalLineNumber(Line line)
|
protected String |
CloneableEditorSupport.messageLine(Line line)
Computes display name for a line produced by this CloneableEditorSupport.getLineSet() . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |