Module org.jhotdraw8.fxcollection
Class MappedObservableList.ChangeProxy<B,A>
java.lang.Object
javafx.collections.ListChangeListener.Change<A>
org.jhotdraw8.fxcollection.mapped.MappedObservableList.ChangeProxy<B,A>
- Type Parameters:
B- the original element typeA- the new element type
- Enclosing class:
MappedObservableList<A,B>
public static class MappedObservableList.ChangeProxy<B,A>
extends javafx.collections.ListChangeListener.Change<A>
Maps a
ListChangeListener.Change in a ListChangeListener.Change
of a different element type.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getRemovedSize, wasAdded, wasPermutated, wasRemoved, wasReplaced
-
Constructor Details
-
ChangeProxy
-
-
Method Details
-
next
public boolean next()- Specified by:
nextin classjavafx.collections.ListChangeListener.Change<A>
-
reset
public void reset()- Specified by:
resetin classjavafx.collections.ListChangeListener.Change<A>
-
getTo
public int getTo()- Specified by:
getToin classjavafx.collections.ListChangeListener.Change<A>
-
getRemoved
- Specified by:
getRemovedin classjavafx.collections.ListChangeListener.Change<A>
-
getFrom
public int getFrom()- Specified by:
getFromin classjavafx.collections.ListChangeListener.Change<A>
-
wasUpdated
public boolean wasUpdated()- Overrides:
wasUpdatedin classjavafx.collections.ListChangeListener.Change<A>
-
getPermutation
- Specified by:
getPermutationin classjavafx.collections.ListChangeListener.Change<A>
-