Uses of Class
javafx.beans.property.ReadOnlySetProperty
Package | Description |
---|---|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
-
Uses of ReadOnlySetProperty in javafx.beans.property
Subclasses of ReadOnlySetProperty in javafx.beans.property Modifier and Type Class Description class
ReadOnlySetPropertyBase<E>
Base class for all readonly properties wrapping anObservableSet
.class
ReadOnlySetWrapper<E>
This class provides a convenient class to define read-only properties.class
SetProperty<E>
This class provides a full implementation of aProperty
wrapping anObservableSet
.class
SetPropertyBase<E>
The classSetPropertyBase
is the base class for a property wrapping anObservableSet
.class
SimpleSetProperty<E>
This class provides a full implementation of aProperty
wrapping anObservableSet
.Methods in javafx.beans.property that return ReadOnlySetProperty Modifier and Type Method Description ReadOnlySetProperty<E>
ReadOnlySetWrapper. getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlySetWrapper
.