public interface MultiURLStylesheet
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesToTheme(Theme t)
Check if the stylesheet applies to the given theme
|
javafx.collections.ObservableList<java.net.URL> |
getURL(Theme t) |
boolean appliesToTheme(Theme t)
t - the themetrue if the stylesheet appliesjavafx.collections.ObservableList<java.net.URL> getURL(Theme t)
t - the theme