Uses of Interface
javafx.collections.ObservableMap
Package
Description
-
Uses of ObservableMap in com.sun.javafx.collections
Modifier and TypeClassDescriptionclass
ObservableMapWrapper<K,
V> A Map wrapper class that implements observability. -
Uses of ObservableMap in com.sun.javafx.scene
-
Uses of ObservableMap in javafx.animation
Modifier 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
Modifier 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
Modifier 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.ModifierConstructorDescriptionChange
(ObservableMap<K, V> map) Constructs a change associated with a map. -
Uses of ObservableMap in javafx.scene
Modifier 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
Modifier 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.