Uses of Interface
javafx.beans.Observable
Packages that use Observable
Package
Description
-
Uses of Observable in com.sun.javafx.binding
Classes in com.sun.javafx.binding that implement ObservableModifier and TypeClassDescriptionfinal classA simple IntegerExpression that represents a single constant value.classclassMethods in com.sun.javafx.binding with parameters of type Observable -
Uses of Observable in com.sun.javafx.collections
Classes in com.sun.javafx.collections that implement ObservableModifier and TypeClassDescriptionclassclassA List wrapper class that implements observability.classObservableMapWrapper<K,V> A Map wrapper class that implements observability.final classclassA Set wrapper class that implements observability.classclass -
Uses of Observable in dev.webfx.kit.util.properties.conversion
Classes in dev.webfx.kit.util.properties.conversion that implement Observable -
Uses of Observable in javafx.beans
Methods in javafx.beans with parameters of type ObservableModifier and TypeMethodDescriptionvoidInvalidationListener.invalidated(Observable observable) This method needs to be provided by an implementation ofInvalidationListener.voidWeakInvalidationListener.invalidated(Observable observable) This method needs to be provided by an implementation ofInvalidationListener. -
Uses of Observable in javafx.beans.binding
Subinterfaces of Observable in javafx.beans.bindingModifier and TypeInterfaceDescriptioninterfaceBinding<T>ABindingcalculates a value that depends on one or more sources.interfaceA tagging interface to mark all Bindings that wrap a number-value.interfaceANumberExpressionis aObservableNumberValueplus additional convenience methods to generate bindings in a fluent style.Classes in javafx.beans.binding that implement ObservableModifier and TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof abooleanvalue.classABooleanExpressionis aObservableBooleanValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof adoublevalue.classADoubleExpressionis aObservableDoubleValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof anintvalue.classclassAListExpressionis aObservableListValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof alongvalue.classLongExpressionis anObservableLongValueplus additional convenience methods to generate bindings in a fluent style.classclassAObjectExpressionis aObservableObjectValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof aString.classAStringExpressionis aObservableStringValueplus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableModifier and TypeMethodDescriptionprotected final voidBooleanBinding.bind(Observable... dependencies) Start observing the dependencies for changes.protected final voidDoubleBinding.bind(Observable... dependencies) Start observing the dependencies for changes.protected final voidIntegerBinding.bind(Observable... dependencies) Start observing the dependencies for changes.protected final voidLongBinding.bind(Observable... dependencies) Start observing the dependencies for changes.protected final voidStringBinding.bind(Observable... dependencies) Start observing the dependencies for changes.static BooleanBindingBindings.createBooleanBinding(Callable<Boolean> func, Observable... dependencies) Helper function to create a customBooleanBinding.protected final voidBooleanBinding.unbind(Observable... dependencies) Stop observing the dependencies for changes.protected final voidDoubleBinding.unbind(Observable... dependencies) Stop observing the dependencies for changes.protected final voidIntegerBinding.unbind(Observable... dependencies) Stop observing the dependencies for changes.protected final voidLongBinding.unbind(Observable... dependencies) Stop observing the dependencies for changes.protected final voidStringBinding.unbind(Observable... dependencies) Stop observing the dependencies for changes. -
Uses of Observable in javafx.beans.property
Subinterfaces of Observable in javafx.beans.propertyModifier and TypeInterfaceDescriptioninterfaceProperty<T>Generic interface that defines the methods common to all (writable) properties independent of their type.interfaceGeneric interface that defines the methods common to all readable properties independent of their type.Classes in javafx.beans.property that implement ObservableModifier and TypeClassDescriptionclassThis class provides a full implementation of aPropertywrapping abooleanvalue.classThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classThis class defines aPropertywrapping adoublevalue.classThe classDoublePropertyBaseis the base class for a property wrapping adoublevalue.classThis class defines aPropertywrapping anintvalue.classThe classIntegerPropertyBaseis the base class for a property wrapping aintvalue.classListProperty<E>This class provides a full implementation of aPropertywrapping aObservableList.classThe classListPropertyBaseis the base class for a property wrapping anObservableList.classThis class defines aPropertywrapping alongvalue.classThe classLongPropertyBaseis the base class for a property wrapping alongvalue.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThe classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classSuper class for all readonly properties wrapping aboolean.classBase class for all readonly properties wrapping aboolean.classSuper class for all readonly properties wrapping adouble.classSuper class for all readonly properties wrapping anint.classBase class for all readonly properties wrapping anint.classSuper class for all readonly properties wrapping anObservableList.classSuperclass for all readonly properties wrapping along.classSuper class for all readonly properties wrapping an arbitraryObject.classBase class for all readonly properties wrapping an arbitraryObject.classThis class provides a convenient class to define read-only properties.classSuper class for all readonly properties wrapping anString.classThis class provides a full implementation of aPropertywrapping abooleanvalue.classThis class provides a full implementation of aPropertywrapping adoublevalue.classThis class provides a full implementation of aPropertywrapping aintvalue.classThis class provides a full implementation of aPropertywrapping anObservableList.classThis class provides a full implementation of aPropertywrapping alongvalue.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThe classStringPropertyBaseis the base class for a property wrapping aStringvalue. -
Uses of Observable in javafx.beans.value
Subinterfaces of Observable in javafx.beans.valueModifier and TypeInterfaceDescriptioninterfaceAn observable boolean value.interfaceAn observable double value.interfaceAn observable float value.interfaceAn observable integer value.interfaceAn observable reference to anObservableList.interfaceAn observable long value.interfaceObservableMapValue<K,V> An observable reference to anObservableMap.interfaceA common interface of all sub-interfaces ofObservableValuethat wrap a number.interfaceAn observable typedObjectvalue.interfaceAn observable String value.interfaceAnObservableValueis an entity that wraps a value and allows to observe the value for changes.interfaceA writable reference to anObservableList.interfaceWritableMapValue<K,V> A writable reference to anObservableMap.Classes in javafx.beans.value that implement ObservableModifier and TypeClassDescriptionclassA convenience class for creating implementations ofObservableValue. -
Uses of Observable in javafx.collections
Subinterfaces of Observable in javafx.collectionsModifier and TypeInterfaceDescriptioninterfaceA list that allows listeners to track changes when they occur.interfaceObservableMap<K,V> A map that allows observers to track changes when they occur.interfaceA set that allows observers to track changes when they occur.Classes in javafx.collections that implement ObservableModifier and TypeClassDescriptionclassAbstract class that serves as a base class forObservableListimplementations that are modifiable.classAbstract class that serves as a base class forObservableListimplementations. -
Uses of Observable in javafx.collections.transformation
Classes in javafx.collections.transformation that implement ObservableModifier and TypeClassDescriptionfinal classFilteredList<E>Wraps an ObservableList and filters it's content using the provided Predicate.final classSortedList<E>Wraps an ObservableList and sorts it's content.classTransformationList<E,F> A base class for all lists that wraps other lists in a way that changes the list's elements, order, size or generally it's structure. -
Uses of Observable in javafx.css
Classes in javafx.css that implement ObservableModifier and TypeClassDescriptionclassThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.classThis class extendsIntegerPropertyBaseand provides a partial implementation of aStyleableProperty.classThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.