- java.lang.Object
-
- javafx.collections.ListChangeListener.Change<E>
-
- org.marid.jfx.list.EmptyListChange<E>
-
-
Constructor Summary
Constructors
| Constructor and Description |
EmptyListChange(javafx.collections.ObservableList<E> list) |
-
Method Summary
-
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getRemovedSize, wasAdded, wasPermutated, wasRemoved, wasReplaced, wasUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
next
public boolean next()
- Specified by:
next in class javafx.collections.ListChangeListener.Change<E>
-
reset
public void reset()
- Specified by:
reset in class javafx.collections.ListChangeListener.Change<E>
-
getFrom
public int getFrom()
- Specified by:
getFrom in class javafx.collections.ListChangeListener.Change<E>
-
getTo
public int getTo()
- Specified by:
getTo in class javafx.collections.ListChangeListener.Change<E>
Copyright © 2012–2017 MARID software development group. All rights reserved.