Uses of Enum Class
it.univr.wordautomata.utils.Constants.Theme
Packages that use Constants.Theme
-
Uses of Constants.Theme in it.univr.wordautomata.model
Methods in it.univr.wordautomata.model that return Constants.ThemeModifier and TypeMethodDescriptionModel.cycleTheme()
Cycles the theme of the application.Model.getTheme()
Returns the theme of the application as EnumMethods in it.univr.wordautomata.model that return types with arguments of type Constants.ThemeModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty
<Constants.Theme> Model.themeProperty()
Returns the current theme property of the application.Methods in it.univr.wordautomata.model with parameters of type Constants.ThemeModifier and TypeMethodDescriptionvoid
Model.setTheme
(Constants.Theme theme) Sets the theme of the application. -
Uses of Constants.Theme in it.univr.wordautomata.utils
Fields in it.univr.wordautomata.utils declared as Constants.ThemeMethods in it.univr.wordautomata.utils that return Constants.ThemeModifier and TypeMethodDescriptionConstants.Theme.next()
Get the opposite themestatic Constants.Theme
Returns the enum constant of this class with the specified name.static Constants.Theme[]
Constants.Theme.values()
Returns an array containing the constants of this enum class, in the order they are declared.