Module com.iamsoft.util.ui
Class SyntheticObservableListChange<T>
java.lang.Object
javafx.collections.ListChangeListener.Change<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange<T>
- Type Parameters:
T
- the list element type
- Direct Known Subclasses:
SyntheticObservableListChange.Permutate
,SyntheticObservableListChange.Replace
,SyntheticObservableListChange.Update
public abstract class SyntheticObservableListChange<T>
extends javafx.collections.ListChangeListener.Change<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> javafx.collections.ListChangeListener.Change<T>
fromChange
(javafx.collections.ListChangeListener.Change<? extends T> pChange) int
getFrom()
boolean
next()
void
reset()
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getPermutation, getRemoved, getRemovedSize, getTo, wasAdded, wasPermutated, wasRemoved, wasReplaced, wasUpdated
-
Method Details
-
next
public boolean next()- Specified by:
next
in classjavafx.collections.ListChangeListener.Change<T>
-
reset
public void reset()- Specified by:
reset
in classjavafx.collections.ListChangeListener.Change<T>
-
getFrom
public int getFrom()- Specified by:
getFrom
in classjavafx.collections.ListChangeListener.Change<T>
-
fromChange
public static <T> javafx.collections.ListChangeListener.Change<T> fromChange(javafx.collections.ListChangeListener.Change<? extends T> pChange)
-