javax.microedition.lcdui
Class Command
java.lang.Object
javax.microedition.lcdui.Command
public class Command
- extends Object
- Author:
- Andre Nijholt
Constructor Summary |
Command(int commandId,
int commandType,
int priority)
|
Command(int commandId,
String longLabel,
int commandType,
int priority)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCREEN
public static final int SCREEN
- See Also:
- Constant Field Values
BACK
public static final int BACK
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
OK
public static final int OK
- See Also:
- Constant Field Values
HELP
public static final int HELP
- See Also:
- Constant Field Values
STOP
public static final int STOP
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
ITEM
public static final int ITEM
- See Also:
- Constant Field Values
Command
public Command(int commandId,
int commandType,
int priority)
Command
public Command(int commandId,
String longLabel,
int commandType,
int priority)
getCommandType
public int getCommandType()
getCommandId
public int getCommandId()
getLongLabel
public String getLongLabel()
getPriority
public int getPriority()