Uses of Interface
javafx.beans.value.WritableValue
Package
Description
-
Uses of WritableValue in dev.webfx.kit.util.properties.conversion
-
Uses of WritableValue in javafx.animation
ModifierConstructorDescriptionKeyValue
(WritableValue<T> target, T endValue) Creates aKeyValue
that usesInterpolator.LINEAR
.KeyValue
(WritableValue<T> target, T endValue, Interpolator interpolator) Creates aKeyValue
. -
Uses of WritableValue in javafx.beans.property
Modifier and TypeInterfaceDescriptioninterface
Property<T>
Generic interface that defines the methods common to all (writable) properties independent of their type.Modifier and TypeClassDescriptionclass
This class provides a full implementation of aProperty
wrapping aboolean
value.class
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
This class defines aProperty
wrapping adouble
value.class
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
This class defines aProperty
wrapping anint
value.class
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
ListProperty<E>
This class provides a full implementation of aProperty
wrapping aObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
This class defines aProperty
wrapping along
value.class
The classLongPropertyBase
is the base class for a property wrapping along
value.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping aboolean
value.class
This class provides a full implementation of aProperty
wrapping adouble
value.class
This class provides a full implementation of aProperty
wrapping aint
value.class
This class provides a full implementation of aProperty
wrapping anObservableList
.class
This class provides a full implementation of aProperty
wrapping along
value.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
This class provides a full implementation of aProperty
wrapping aString
value.class
This class provides a full implementation of aProperty
wrapping aString
value.class
The classStringPropertyBase
is the base class for a property wrapping aString
value. -
Uses of WritableValue in javafx.beans.value
Modifier and TypeInterfaceDescriptioninterface
A writable boolean value.interface
A writable double value.interface
A writable float value.interface
A writable int value.interface
A writable reference to anObservableList
.interface
A writable long value.interface
WritableMapValue<K,
V> A writable reference to anObservableMap
.interface
A tagging interface that marks all sub-interfaces ofWritableValue
that wrap a number.interface
A writable typed value.interface
A writable String. -
Uses of WritableValue in javafx.css
Modifier and TypeInterfaceDescriptioninterface
StyleableProperty allows ajavafx.beans.property
to be styled from CSS.Modifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
.class
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
.class
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
.