public final class ListChangedAction
extends java.lang.Object
listChanged
event.Modifier and Type | Field and Description |
---|---|
static int |
Add
One or more items were added to the list.
|
static int |
Remove
One or more items were removed from the list.
|
static int |
Replace
One or more items were replaced in the list.
|
static int |
Reset
The content of the list changed dramatically.
|
public static final int Add
public static final int Remove
public static final int Replace
public static final int Reset