public static enum ListListenerHelperEx.ElementarySubChange.Kind extends java.lang.Enum<ListListenerHelperEx.ElementarySubChange.Kind>
ObservableList
.Enum Constant and Description |
---|
ADD
Addition of elements.
|
PERMUTATE
Permutation of elements.
|
REMOVE
Removal of elements.
|
REPLACE
Replacement of elements.
|
Modifier and Type | Method and Description |
---|---|
static ListListenerHelperEx.ElementarySubChange.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListListenerHelperEx.ElementarySubChange.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListListenerHelperEx.ElementarySubChange.Kind ADD
public static final ListListenerHelperEx.ElementarySubChange.Kind REMOVE
public static final ListListenerHelperEx.ElementarySubChange.Kind REPLACE
public static final ListListenerHelperEx.ElementarySubChange.Kind PERMUTATE
public static ListListenerHelperEx.ElementarySubChange.Kind[] values()
for (ListListenerHelperEx.ElementarySubChange.Kind c : ListListenerHelperEx.ElementarySubChange.Kind.values()) System.out.println(c);
public static ListListenerHelperEx.ElementarySubChange.Kind 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 (c) 2014 itemis AG and others. All rights reserved.