Uses of Class
javafx.beans.property.ReadOnlyListProperty
- 
Packages that use ReadOnlyListProperty Package Description javafx.beans.property The packagejavafx.beans.propertydefines read-only properties and writable properties, plus a number of implementations. - 
- 
Uses of ReadOnlyListProperty in javafx.beans.property
Subclasses of ReadOnlyListProperty in javafx.beans.property Modifier and Type Class Description classListProperty<E>This class provides a full implementation of aPropertywrapping anObservableList.classListPropertyBase<E>The classListPropertyBaseis the base class for a property wrapping anObservableList.classReadOnlyListPropertyBase<E>Base class for all readonly properties wrapping anObservableList.classReadOnlyListWrapper<E>This class provides a convenient class to define read-only properties.classSimpleListProperty<E>This class provides a full implementation of aPropertywrapping anObservableList.Methods in javafx.beans.property that return ReadOnlyListProperty Modifier and Type Method Description ReadOnlyListProperty<E>ReadOnlyListWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyListWrapper. 
 -