Uses of Interface
javafx.collections.ObservableMap
Packages that use ObservableMap
Package
Description
-
Uses of ObservableMap in com.sun.javafx.collections
Classes in com.sun.javafx.collections that implement ObservableMapModifier and TypeClassDescriptionclass
ObservableMapWrapper<K,
V> A Map wrapper class that implements observability. -
Uses of ObservableMap in com.sun.javafx.scene
Methods in com.sun.javafx.scene that return ObservableMap -
Uses of ObservableMap in javafx.animation
Methods in javafx.animation that return ObservableMapModifier and TypeMethodDescriptionfinal ObservableMap<String,
Duration> Animation.getCuePoints()
The cue points can be used to mark important positions of theAnimation
. -
Uses of ObservableMap in javafx.beans.value
Subinterfaces of ObservableMap in javafx.beans.valueModifier and TypeInterfaceDescriptioninterface
ObservableMapValue<K,
V> An observable reference to anObservableMap
.interface
WritableMapValue<K,
V> A writable reference to anObservableMap
. -
Uses of ObservableMap in javafx.collections
Methods in javafx.collections that return ObservableMapModifier and TypeMethodDescriptionMapChangeListener.Change.getMap()
An observable map that is associated with the change.static <K,
V> ObservableMap<K, V> FXCollections.observableHashMap()
Creates a new empty observable map that is backed by a HashMap.static <K,
V> ObservableMap<K, V> FXCollections.observableMap
(Map<K, V> map) Constructs an ObservableMap that is backed by the specified map.Constructors in javafx.collections with parameters of type ObservableMapModifierConstructorDescriptionChange
(ObservableMap<K, V> map) Constructs a change associated with a map. -
Uses of ObservableMap in javafx.scene
Methods in javafx.scene that return ObservableMapModifier and TypeMethodDescriptionScene.getAccelerators()
Gets the list of accelerators for thisScene
.INode.getProperties()
Returns an observable map of properties on this node for use primarily by application developers.final ObservableMap<Object,
Object> Node.getProperties()
Returns an observable map of properties on this node for use primarily by application developers.final ObservableMap<Object,
Object> Scene.getProperties()
Returns an observable map of properties on this node for use primarily by application developers. -
Uses of ObservableMap in javafx.scene.control
Methods in javafx.scene.control that return ObservableMapModifier and TypeMethodDescriptionMenuItem.getProperties()
Returns an observable map of properties on this menu item for use primarily by application developers.final ObservableMap<Object,
Object> Tab.getProperties()
Returns an observable map of properties on this Tab for use primarily by application developers.Toggle.getProperties()
Returns an observable map of properties on this toggle for use primarily by application developers.final ObservableMap<Object,
Object> ToggleGroup.getProperties()
Returns an observable map of properties on this node for use primarily by application developers.