public abstract static class Line.Part extends Annotatable
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROP_COLUMN |
Property name for the column attribute
|
static java.lang.String |
PROP_LENGTH |
Property name for the length attribute
|
static java.lang.String |
PROP_LINE |
Property name for the line attribute
|
PROP_ANNOTATION_COUNT, PROP_DELETED, PROP_TEXT| Constructor | Description |
|---|---|
Part() |
| Modifier and Type | Method | 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, removePropertyChangeListenerpublic static final java.lang.String PROP_LINE
public static final java.lang.String PROP_COLUMN
public static final java.lang.String PROP_LENGTH
public abstract int getColumn()
public abstract int getLength()
public abstract Line getLine()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.