Package | Description |
---|---|
com.sun.javafx.css | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<StyleCache.Key,StyleCache> |
StyleManager.CacheContainer.styleCache |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<StyleCache.Key,StyleCache> |
StyleManager.CacheContainer.getStyleCache() |
Modifier and Type | Method and Description |
---|---|
StyleCache |
StyleManager.getSharedCache(Styleable styleable,
SubScene subScene,
StyleCache.Key key)
StyleHelper uses this cache but it lives here so it can be cleared
when style-sheets change.
|
Constructor and Description |
---|
Key(StyleCache.Key other) |
Modifier and Type | Field and Description |
---|---|
private StyleCache.Key |
CssStyleHelper.CacheContainer.styleCacheKey |