Package | Description |
---|---|
org.eclipse.gef4.common.collections |
This package augments the JavaFX collections API with support for
SetMultimap and
Multiset . |
Modifier and Type | Method and Description |
---|---|
ListListenerHelperEx.ElementarySubChange.Kind |
ListListenerHelperEx.ElementarySubChange.getKind()
Returns the kind of change.
|
static ListListenerHelperEx.ElementarySubChange.Kind |
ListListenerHelperEx.ElementarySubChange.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListListenerHelperEx.ElementarySubChange.Kind[] |
ListListenerHelperEx.ElementarySubChange.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ElementarySubChange(ListListenerHelperEx.ElementarySubChange.Kind kind,
int from,
int to,
java.util.List<? extends E> removed,
java.util.List<? extends E> added,
int[] permutation)
Creates a new
ListListenerHelperEx.ElementarySubChange
. |
Copyright (c) 2014 itemis AG and others. All rights reserved.