| 
MID Profile | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
| javax.microedition.lcdui | The UI API provides a set of features for implementation of user interfaces for MIDP applications. | 
| Uses of Command in javax.microedition.lcdui | 
| Fields in javax.microedition.lcdui declared as Command | |
static Command | 
List.SELECT_COMMAND
SELECT_COMMAND is a special command that commandAction
 can use to recognize the user did the select operation on a IMPLICIT
 List. | 
| Methods in javax.microedition.lcdui with parameters of type Command | |
 void | 
Displayable.addCommand(Command cmd)
Adds a command to the Displayable.  | 
 void | 
Displayable.removeCommand(Command cmd)
Removes a command from the Displayable.  | 
 void | 
CommandListener.commandAction(Command c,
              Displayable d)
Indicates that a command event has occurred on Displayable d.  | 
 void | 
Alert.addCommand(Command cmd)
Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.  | 
  | 
MID Profile | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||