public static class DirtyCheckContextImpl.Change
extends java.lang.Object
| Constructor and Description |
|---|
DirtyCheckContextImpl.Change(DataManager.ChangeKind kind,
int location,
java.lang.Object[] items) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getItems() |
DataManager.ChangeKind |
getKind() |
int |
getLocation() |
void |
moveLocation(int offset) |
public DirtyCheckContextImpl.Change(DataManager.ChangeKind kind, int location, java.lang.Object[] items)
public DataManager.ChangeKind getKind()
public int getLocation()
public java.lang.Object[] getItems()
public void moveLocation(int offset)