Module com.iamsoft.util.ui
Class SyntheticObservableListChange.Add<T>
java.lang.Object
javafx.collections.ListChangeListener.Change<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange.Replace<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange.Add<T>
- Type Parameters:
T
- List element type.
- Enclosing class:
- SyntheticObservableListChange<T>
public static class SyntheticObservableListChange.Add<T>
extends SyntheticObservableListChange.Replace<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange
SyntheticObservableListChange.Add<T>, SyntheticObservableListChange.Permutate<T>, SyntheticObservableListChange.Remove<T>, SyntheticObservableListChange.Replace<T>, SyntheticObservableListChange.Update<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange.Replace
getPermutation, getRemoved, getTo
Methods inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange
fromChange, getFrom, next, reset
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getRemovedSize, wasAdded, wasPermutated, wasRemoved, wasReplaced, wasUpdated
-
Constructor Details
-
Add
-
Add
-