|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.text.Annotatable org.openide.text.Line.Part
Representation of the part of the Line's text. The part of the text is defined by the starting column, length of the part and reference to Line. The length of the part never cross the end of the line.
Field Summary | |
static String |
PROP_COLUMN
Property name for the column attribute |
static String |
PROP_LENGTH
Property name for the length attribute |
static String |
PROP_LINE
Property name for the line attribute |
Fields inherited from class org.openide.text.Annotatable |
PROP_ANNOTATION_COUNT, PROP_DELETED, PROP_TEXT |
Constructor Summary | |
Line.Part()
|
Method Summary | |
abstract int |
getColumn()
Start column of annotation |
abstract int |
getLength()
Length of the annotated text. |
abstract Line |
getLine()
Line can change during editting |
Methods inherited from class org.openide.text.Annotatable |
addAnnotation, addPropertyChangeListener, firePropertyChange, getAnnotationCount, getText, isDeleted, removeAnnotation, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PROP_LINE
public static final String PROP_COLUMN
public static final String PROP_LENGTH
Constructor Detail |
public Line.Part()
Method Detail |
public abstract int getColumn()
public abstract int getLength()
public abstract Line getLine()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |