Uses of Class
javafx.beans.property.ReadOnlyListProperty
Package
Description
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.-
Uses of ReadOnlyListProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
ListProperty<E>
This class provides a full implementation of aProperty
wrapping anObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
Base class for all readonly properties wrapping anObservableList
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping anObservableList
.Modifier and TypeMethodDescriptionReadOnlyListWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyListWrapper
.