E - the type of the elements inside this listpublic class RemoteObservableList<E>
extends javafx.collections.ModifiableObservableListBase<E>
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<java.lang.Throwable> |
exception
In case an exception occurred during a call that would modify this instance,
this property will hold the exception.
|
javafx.beans.property.ReadOnlyObjectProperty<RemoteObservableList.State> |
state
Obtain the property holding the state for this instance.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteObservableList.State
contains the possible states a RemoteObservableList can be in.
|
| Constructor and Description |
|---|
RemoteObservableList() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAdd(int index,
E element) |
protected E |
doRemove(int index) |
protected E |
doSet(int index,
E element) |
javafx.beans.property.ReadOnlyObjectProperty<java.lang.Throwable> |
exceptionProperty()
In case an exception occurred during a call that would modify this instance,
this property will hold the exception.
|
E |
get(int index) |
java.lang.Throwable |
getException()
In case an exception occurred during processing, this method will
return the exception.
|
RemoteObservableList.State |
getState()
Return the current state of this instance
|
int |
size() |
javafx.beans.property.ReadOnlyObjectProperty<RemoteObservableList.State> |
stateProperty()
Obtain the property holding the state for this instance.
|
add, addAll, addAll, remove, remove, removeAll, removeRange, retainAll, set, setAll, subListaddAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAlladd, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIteratorcontains, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic javafx.beans.property.ReadOnlyObjectProperty<RemoteObservableList.State> stateProperty
getState()public javafx.beans.property.ReadOnlyObjectProperty<java.lang.Throwable> exceptionProperty
getException()public javafx.beans.property.ReadOnlyObjectProperty<RemoteObservableList.State> stateProperty()
getState()public RemoteObservableList.State getState()
public javafx.beans.property.ReadOnlyObjectProperty<java.lang.Throwable> exceptionProperty()
getException()public java.lang.Throwable getException()
null will be returnedpublic E get(int index)
public int size()
protected void doAdd(int index,
E element)
doAdd in class javafx.collections.ModifiableObservableListBase<E>protected E doSet(int index, E element)
doSet in class javafx.collections.ModifiableObservableListBase<E>