java.lang.Object
org.jhotdraw8.theme.SimpleThemeManager
- All Implemented Interfaces:
ThemeManager
-
Property Summary
Properties -
Field Summary
Fields inherited from interface org.jhotdraw8.theme.ThemeManager
instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<ThemeParameters> voidUpdatesApplication.setUserAgentStylesheet(String)with the current theme.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.theme.ThemeManager
getTheme, getThemeParameters, getThemes, setTheme, setThemeParameters
-
Property Details
-
themes
- Specified by:
themesPropertyin interfaceThemeManager- See Also:
-
theme
- Specified by:
themePropertyin interfaceThemeManager- See Also:
-
themeParameters
- Specified by:
themeParametersPropertyin interfaceThemeManager- See Also:
-
-
Constructor Details
-
SimpleThemeManager
public SimpleThemeManager()
-
-
Method Details
-
updateUserAgentStylesheet
public void updateUserAgentStylesheet()Description copied from interface:ThemeManagerUpdatesApplication.setUserAgentStylesheet(String)with the current theme.- Specified by:
updateUserAgentStylesheetin interfaceThemeManager
-
themesProperty
- Specified by:
themesPropertyin interfaceThemeManager- Returns:
- the
themesproperty
-
themeProperty
- Specified by:
themePropertyin interfaceThemeManager- Returns:
- the
themeproperty
-
themeParametersProperty
- Specified by:
themeParametersPropertyin interfaceThemeManager- Returns:
- the
themeParametersproperty
-