Uses of Enum Class
it.univr.wordautomata.utils.Constants.PlayBackState
-
Uses of Constants.PlayBackState in it.univr.wordautomata.model
Modifier and TypeMethodDescriptionModel.cyclePlayBackState()
Cycles the playback state and returns the next one.Model.getPlayBackState()
Returns the current playback state of the application.Modifier 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
Modifier 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.