Modifier and Type | Field and Description |
---|---|
static char |
MOVED_DOWN
Tags the case where the node is moved down between left and right.
|
static char |
MOVED_DOWN_AND_UPDATED
Tags the case where the node is moved down between left and right, and updated independently from the move.
|
static char |
MOVED_DOWN_THEN_UPDATED
Tags the case where the node is moved down between left and right, and the the move updates it.
|
static char |
MOVED_UNCHANGED
Tags the case where the node is not moved between left and right.
|
static char |
MOVED_UP
Tags the case where the node is moved up between left and right.
|
static char |
MOVED_UP_AND_UPDATED
Tags the case where the node is moved up between left and right, and updated independently from the move.
|
static char |
MOVED_UP_THEN_UPDATED
Tags the case where the node is moved up between left and right, and the the move updates it.
|
STATE_DELETED, STATE_NEW, STATE_UNCHANGED, STATE_UPDATED
static final char MOVED_UNCHANGED
static final char MOVED_UP
static final char MOVED_DOWN
static final char MOVED_UP_AND_UPDATED
static final char MOVED_DOWN_AND_UPDATED
static final char MOVED_UP_THEN_UPDATED
static final char MOVED_DOWN_THEN_UPDATED
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence