|
org.openide.text 6.9.22 | |||||||||
| 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 | |
|---|---|
protected abstract Line |
DocumentLine.Set.createLine(int offset)
Creates a Line for a given offset. |
abstract Line |
Line.Set.getCurrent(int line)
Find line object representing the line in current document. |
Line |
DocumentLine.Set.getCurrent(int 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. |
Line |
DocumentLine.Set.getOriginal(int line)
|
| 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(). |
|
org.openide.text 6.9.22 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||