class HexModelChangedEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
BULK_CHANGE |
private int |
changeType |
(package private) static int |
SINGLE_CHANGE |
private int |
startIndex |
Constructor and Description |
---|
HexModelChangedEvent(int startIndex,
int changeType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
getChangeType() |
(package private) int |
getStartIndex() |
static final int BULK_CHANGE
static final int SINGLE_CHANGE
private final int startIndex
private final int changeType
HexModelChangedEvent(int startIndex, int changeType)
startIndex
- int. From where changes start.changeType
- int. Change type if it is only a single change or a bulk change by pasting
or deleting. Though later features are not yet implemented.