public enum ListDataChange extends java.lang.Enum<ListDataChange>
ListModel
you may wait for.ListDataGate
Enum Constant and Description |
---|
ANY_CHANGE |
ELEMENT_ADDED |
ELEMENT_CHANGED |
ELEMENT_REMOVED |
LIST_EMPTY |
Modifier and Type | Method and Description |
---|---|
static ListDataChange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListDataChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDataChange LIST_EMPTY
public static final ListDataChange ELEMENT_ADDED
public static final ListDataChange ELEMENT_REMOVED
public static final ListDataChange ELEMENT_CHANGED
public static final ListDataChange ANY_CHANGE
public static ListDataChange[] values()
for (ListDataChange c : ListDataChange.values()) System.out.println(c);
public static ListDataChange valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2014 EsprIT-Systems. All Rights Reserved.