Indicates an addition in an ObservableMap.
Indicates a change in an ObservableMap.
Indicates a removal in an ObservableMap.
Indicates a replacement in an ObservableMap.
Creates a new ObservableMap that is backed by the specified map.
Creates a new ObservableMap that is backed by the specified map. Mutation operations on the ObservableMap instance will be reported
to observers that have registered on that instance. Note that mutation operations made directly to the underlying
map are not reported to observers of any ObservableMap that wraps it.
A Map that backs this ObservableMap.
A newly created ObservableMap.
Creates a new ObservableMap from a sequence of tuples
Creates a new ObservableMap from a sequence of tuples
Sequence of tuples
A newly created ObservableMap.
Creates an empty ObservableMap.
Creates an empty ObservableMap.
Extracts a JavaFX's ObservableMap from a
ScalaFX's ObservableMap.
Extracts a JavaFX's ObservableMap from a
ScalaFX's ObservableMap.
ScalaFX's ObservableMap.
JavaFX's ObservableMap inside parameter.
Companion Object for
scalafx.collections.ObservableMap.