Uses of Class
com.thecoderscorner.menu.remote.commands.DialogMode
-
Packages that use DialogMode Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands -
-
Uses of DialogMode in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type DialogMode Modifier and Type Method Description voidRemoteControllerListener. dialogUpdate(DialogMode mode, java.lang.String header, java.lang.String buffer, MenuButtonType btn1, MenuButtonType btn2)Called when a dialog event occurs on the remote, be it to show or hide a dialog -
Uses of DialogMode in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return DialogMode Modifier and Type Method Description DialogModeMenuDialogCommand. getDialogMode()static DialogModeDialogMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DialogMode[]DialogMode. 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 DialogMode 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 DialogMode Constructor Description MenuDialogCommand(DialogMode dialogMode, java.lang.String header, java.lang.String buffer, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)
-