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 AppModesMain.askForAppMode()static AppModesAppModes.fromId(int id) Static accessor for retrieving a AppMode based on its id.Main.getAppMode()static AppModesReturns 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 TypeMethodDescriptionvoidMain.onShutdown(AppModes appMode) protected voidMain.startShutdownT(AppModes appMode) -
Uses of AppModes in de.klassenserver7b.danceinterpreter.songprocessing
Methods in de.klassenserver7b.danceinterpreter.songprocessing with parameters of type AppModesModifier and TypeMethodDescriptionbooleanDanceInterpreter.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