Uses of Enum Class
com.thecoderscorner.menu.remote.commands.MenuButtonType
Packages that use MenuButtonType
-
Uses of MenuButtonType in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type MenuButtonTypeModifier and TypeMethodDescriptionvoidRemoteControllerListener.dialogUpdate(DialogMode mode, String header, String buffer, MenuButtonType btn1, MenuButtonType btn2)Called when a dialog event occurs on the remote, be it to show or hide a dialogRemoteMenuController.sendDialogAction(MenuButtonType buttonType)Send a dialog update -
Uses of MenuButtonType in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuButtonTypeModifier and TypeMethodDescriptionMenuDialogCommand.getButton1()MenuDialogCommand.getButton2()static MenuButtonTypeReturns the enum constant of this class with the specified name.static MenuButtonType[]MenuButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuButtonTypeModifier and TypeMethodDescriptionstatic MenuDialogCommandCommandFactory.newDialogCommand(DialogMode mode, String header, String msg, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)Constructors in com.thecoderscorner.menu.remote.commands with parameters of type MenuButtonTypeModifierConstructorDescriptionMenuDialogCommand(DialogMode dialogMode, String header, String buffer, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)