public class DirtyRegion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INSERT
Identifies an insert operation.
|
static java.lang.String |
REMOVE
Identifies a remove operation.
|
| Constructor and Description |
|---|
DirtyRegion(int offset,
int length,
java.lang.String type,
java.lang.String text)
Creates a new dirty region.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getOffset() |
java.lang.String |
getText()
Returns the text that changed as part of the region change.
|
java.lang.String |
getType() |
public static final java.lang.String INSERT
public static final java.lang.String REMOVE