org.openide.text 6.21.1

Uses of Class
org.openide.text.Line

Packages that use Line
org.openide.text NetBeans 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.
 Line DocumentLine.Set.getCurrent(int line)
           
abstract  Line Line.Set.getCurrent(int line)
          Find line object representing the line in current document.
abstract  Line Line.Part.getLine()
          Line can change during editting
 Line DocumentLine.Set.getOriginal(int line)
           
abstract  Line Line.Set.getOriginal(int line)
          Find line object in the line set corresponding to original line number.
 

Methods in org.openide.text that return types with arguments of type Line
 List<? extends Line> DocumentLine.Set.getLines()
           
abstract  List<? extends Line> Line.Set.getLines()
          Returns a set of line objects sorted by their line numbers.
 

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 DocumentLine.Set.getOriginalLineNumber(Line line)
           
 int Line.Set.getOriginalLineNumber(Line line)
          Finds an original line number for given line in this line set.
protected  String CloneableEditorSupport.messageLine(Line line)
          Computes display name for a line produced by this CloneableEditorSupport.getLineSet().
 


org.openide.text 6.21.1

Built on April 30 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.