- Type Parameters:
K- key typeV- value type
- All Superinterfaces:
Map<K,,V> javafx.beans.Observable,javafx.collections.ObservableMap<K,V>
- All Known Implementing Classes:
SimpleStyleableMap
public interface StyleableMap<K,V>
extends javafx.collections.ObservableMap<K,V>
A map which stores its values in an array, and which can share its keys with
other maps.
This map can store multiple values for each key.
- Author:
- Werner Randelshofer
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends K>
booleancontainsKey(javafx.css.StyleOrigin origin, T key) entrySet(javafx.css.StyleOrigin origin) @Nullable VgetMap(javafx.css.StyleOrigin origin) @Nullable javafx.css.StyleOrigingetStyleOrigin(K key) @Nullable VvoidremoveAll(javafx.css.StyleOrigin origin) Removes the specified key from the specified style origin and puts the provided defaulting method for the key in place.voidMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface javafx.beans.Observable
addListener, removeListener, subscribeMethods inherited from interface javafx.collections.ObservableMap
addListener, removeListener
-
Method Details
-
containsKey
-
get
-
getMap
-
getStyleOrigin
-
removeKey
Removes the specified key from the specified style origin and puts the provided defaulting method for the key in place.- Parameters:
origin- the style originkey- the key
-
getStyledMap
-
put
-
removeAll
void removeAll(javafx.css.StyleOrigin origin) -
resetStyledValues
void resetStyledValues() -
entrySet
-