Uses of Enum Class
it.univr.wordautomata.utils.Constants.PlayBackState
Packages that use Constants.PlayBackState
-
Uses of Constants.PlayBackState in it.univr.wordautomata.model
Methods in it.univr.wordautomata.model that return Constants.PlayBackStateModifier and TypeMethodDescriptionModel.cyclePlayBackState()
Cycles the playback state and returns the next one.Model.getPlayBackState()
Returns the current playback state of the application.Methods in it.univr.wordautomata.model that return types with arguments of type Constants.PlayBackStateModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty
<Constants.PlayBackState> Model.playBackStateProperty()
Returns the playback state as a property. -
Uses of Constants.PlayBackState in it.univr.wordautomata.utils
Fields in it.univr.wordautomata.utils declared as Constants.PlayBackStateMethods in it.univr.wordautomata.utils that return Constants.PlayBackStateModifier and TypeMethodDescriptionConstants.PlayBackState.next()
Get the next playback statestatic Constants.PlayBackState
Returns the enum constant of this class with the specified name.static Constants.PlayBackState[]
Constants.PlayBackState.values()
Returns an array containing the constants of this enum class, in the order they are declared.