Uses of Interface
javafx.beans.value.WritableValue
Packages that use WritableValue
Package
Description
-
Uses of WritableValue in dev.webfx.kit.util.properties
Methods in dev.webfx.kit.util.properties with parameters of type WritableValueModifier and TypeMethodDescriptionstatic void
FXProperties.toggleProperty
(WritableValue<Boolean> p) -
Uses of WritableValue in dev.webfx.kit.util.properties.conversion
Classes in dev.webfx.kit.util.properties.conversion that implement WritableValue -
Uses of WritableValue in javafx.animation
Methods in javafx.animation that return WritableValueConstructors in javafx.animation with parameters of type WritableValueModifierConstructorDescriptionKeyValue
(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
Subinterfaces of WritableValue in javafx.beans.propertyModifier and TypeInterfaceDescriptioninterface
Property<T>
Generic interface that defines the methods common to all (writable) properties independent of their type.Classes in javafx.beans.property that implement WritableValueModifier 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
Subinterfaces of WritableValue in javafx.beans.valueModifier 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
Subinterfaces of WritableValue in javafx.cssModifier and TypeInterfaceDescriptioninterface
StyleableProperty allows ajavafx.beans.property
to be styled from CSS.Classes in javafx.css that implement WritableValueModifier 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
.