Uses of Enum Class
com.thecoderscorner.menu.remote.commands.DialogMode
Packages that use DialogMode
-
Uses of DialogMode in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type DialogModeModifier 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 dialog -
Uses of DialogMode in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return DialogModeModifier and TypeMethodDescriptionMenuDialogCommand.getDialogMode()static DialogModeReturns the enum constant of this class with the specified name.static DialogMode[]DialogMode.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 DialogModeModifier 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 DialogModeModifierConstructorDescriptionMenuDialogCommand(DialogMode dialogMode, String header, String buffer, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)