Package javafx.beans.property
package javafx.beans.property
-
ClassDescriptionThis class provides a full implementation of a
Property
wrapping aboolean
value.The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.This class defines aProperty
wrapping adouble
value.The classDoublePropertyBase
is the base class for a property wrapping adouble
value.This class defines aProperty
wrapping anint
value.The classIntegerPropertyBase
is the base class for a property wrapping aint
value.ListProperty<E>This class provides a full implementation of aProperty
wrapping aObservableList
.The classListPropertyBase
is the base class for a property wrapping anObservableList
.This class defines aProperty
wrapping along
value.The classLongPropertyBase
is the base class for a property wrapping along
value.This class provides a full implementation of aProperty
wrapping an arbitraryObject
.The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.Property<T>Generic interface that defines the methods common to all (writable) properties independent of their type.Super class for all readonly properties wrapping aboolean
.Base class for all readonly properties wrapping aboolean
.Super class for all readonly properties wrapping adouble
.Super class for all readonly properties wrapping anint
.Base class for all readonly properties wrapping anint
.Super class for all readonly properties wrapping anObservableList
.Superclass for all readonly properties wrapping along
.Super class for all readonly properties wrapping an arbitraryObject
.Base class for all readonly properties wrapping an arbitraryObject
.This class provides a convenient class to define read-only properties.Generic interface that defines the methods common to all readable properties independent of their type.Super class for all readonly properties wrapping anString
.This class provides a full implementation of aProperty
wrapping aboolean
value.This class provides a full implementation of aProperty
wrapping adouble
value.This class provides a full implementation of aProperty
wrapping aint
value.This class provides a full implementation of aProperty
wrapping anObservableList
.This class provides a full implementation of aProperty
wrapping along
value.This class provides a full implementation of aProperty
wrapping an arbitraryObject
.This class provides a full implementation of aProperty
wrapping aString
value.This class provides a full implementation of aProperty
wrapping aString
value.The classStringPropertyBase
is the base class for a property wrapping aString
value.