E
- The element type of the wrapped ObservableList
.public abstract class ReadOnlyListPropertyBaseEx<E>
extends javafx.beans.property.ReadOnlyListPropertyBase<E>
ReadOnlyListWrapper
to fix the following JavaFX
issues:
Constructor and Description |
---|
ReadOnlyListPropertyBaseEx() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>> listener) |
void |
addListener(javafx.beans.InvalidationListener listener) |
void |
addListener(javafx.collections.ListChangeListener<? super E> listener) |
protected void |
fireValueChangedEvent() |
protected void |
fireValueChangedEvent(javafx.collections.ListChangeListener.Change<? extends E> change) |
int |
hashCode() |
void |
removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>> listener) |
void |
removeListener(javafx.beans.InvalidationListener listener) |
void |
removeListener(javafx.collections.ListChangeListener<? super E> listener) |
bindContent, bindContentBidirectional, equals, toString, unbindContent, unbindContentBidirectional
add, add, addAll, addAll, addAll, asString, clear, contains, containsAll, emptyProperty, get, getSize, getValue, indexOf, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, lastIndexOf, listExpression, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, sizeProperty, subList, toArray, toArray, valueAt, valueAt
public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>> listener)
public void addListener(javafx.beans.InvalidationListener listener)
addListener
in interface javafx.beans.Observable
addListener
in class javafx.beans.property.ReadOnlyListPropertyBase<E>
public void addListener(javafx.collections.ListChangeListener<? super E> listener)
protected void fireValueChangedEvent()
fireValueChangedEvent
in class javafx.beans.property.ReadOnlyListPropertyBase<E>
protected void fireValueChangedEvent(javafx.collections.ListChangeListener.Change<? extends E> change)
fireValueChangedEvent
in class javafx.beans.property.ReadOnlyListPropertyBase<E>
public int hashCode()
public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>> listener)
public void removeListener(javafx.beans.InvalidationListener listener)
removeListener
in interface javafx.beans.Observable
removeListener
in class javafx.beans.property.ReadOnlyListPropertyBase<E>
Copyright (c) 2014 itemis AG and others. All rights reserved.