Uses of Enum Class
de.klassenserver7b.danceinterpreter.AppModes
Packages that use AppModes
Package
Description
-
Uses of AppModes in de.klassenserver7b.danceinterpreter
Fields in de.klassenserver7b.danceinterpreter declared as AppModesMethods in de.klassenserver7b.danceinterpreter that return AppModesModifier and TypeMethodDescriptionprotected AppModes
Main.askForAppMode()
static AppModes
AppModes.fromId
(int id) Static accessor for retrieving a AppMode based on its id.Main.getAppMode()
static AppModes
Returns the enum constant of this class with the specified name.static AppModes[]
AppModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.klassenserver7b.danceinterpreter with parameters of type AppModesModifier and TypeMethodDescriptionvoid
Main.onShutdown
(AppModes appMode) protected void
Main.startShutdownT
(AppModes appMode) -
Uses of AppModes in de.klassenserver7b.danceinterpreter.songprocessing
Methods in de.klassenserver7b.danceinterpreter.songprocessing with parameters of type AppModesModifier and TypeMethodDescriptionboolean
DanceInterpreter.startSongCheck
(AppModes appmode) Starts the song check thread in specified mode -
Uses of AppModes in de.klassenserver7b.danceinterpreter.threads
Fields in de.klassenserver7b.danceinterpreter.threads declared as AppModesConstructors in de.klassenserver7b.danceinterpreter.threads with parameters of type AppModes