Uses of Class
com.thecoderscorner.menu.remote.commands.MenuButtonType
-
Packages that use MenuButtonType Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands -
-
Uses of MenuButtonType in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type MenuButtonType Modifier and Type Method Description voidRemoteControllerListener. dialogUpdate(DialogMode mode, java.lang.String header, java.lang.String buffer, MenuButtonType btn1, MenuButtonType btn2)CorrelationIdRemoteMenuController. 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 MenuButtonType Modifier and Type Method Description MenuButtonTypeMenuDialogCommand. getButton1()MenuButtonTypeMenuDialogCommand. getButton2()static MenuButtonTypeMenuButtonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuButtonType[]MenuButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuButtonType Modifier and Type Method Description static MenuDialogCommandCommandFactory. newDialogCommand(DialogMode mode, java.lang.String header, java.lang.String msg, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)Constructors in com.thecoderscorner.menu.remote.commands with parameters of type MenuButtonType Constructor Description MenuDialogCommand(DialogMode dialogMode, java.lang.String header, java.lang.String buffer, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)
-