|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.emarson.lemonade.bluelemon.midp1.ActionCommand
public class ActionCommand
This class represents Command MIDP1 Java
class in the Bluelemon environment.
Instances of this class are immutable. To instantiate this class use
UtilsManager.getActionCommand(String, Number, Number, types.BluelemonCode)
| Field Summary | |
|---|---|
static Number |
BACK
A navigation command that returns the user to the logically previous screen. |
static Number |
CANCEL
A command that is a standard negative answer to a dialog implemented by current screen. |
static Number |
EXIT
A command used for exiting from the application. |
static Number |
HELP
This command specifies a request for on-line help. |
static Number |
ITEM
With this command type the application can hint to the implementation that the command is specific to a particular item on the screen. |
static Number |
OK
A command that is a standard positive answer to a dialog implemented by current screen. |
static Number |
SCREEN
Specifies an application-defined command that pertains to the current screen. |
static Number |
STOP
A command that will stop some currently running process, operation, etc. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Number BACK
MIDP1 Command.BACKpublic static Number CANCEL
MIDP1 Command.CANCELpublic static Number EXIT
MIDP1 Command.EXITpublic static Number HELP
MIDP1 Command.HELPpublic static Number ITEM
MIDP1 Command.ITEMpublic static Number OK
MIDP1 Command.OKpublic static Number SCREEN
MIDP1 Command.SCREENpublic static Number STOP
MIDP1 Command.STOP
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||