public abstract static class Line.Part extends Annotatable
Modifier and Type | Field and Description |
---|---|
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
|
PROP_ANNOTATION_COUNT, PROP_DELETED, PROP_TEXT
Constructor and Description |
---|
Part() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getColumn()
Start column of annotation
|
abstract int |
getLength()
Length of the annotated text.
|
abstract Line |
getLine()
Line can change during editting
|
addAnnotation, addPropertyChangeListener, firePropertyChange, getAnnotationCount, getText, isDeleted, removeAnnotation, removePropertyChangeListener
public static final String PROP_LINE
public static final String PROP_COLUMN
public static final String PROP_LENGTH
public abstract int getColumn()
public abstract int getLength()
public abstract Line getLine()