Uses of Class
javax.microedition.lcdui.Command

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.
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 Alert.addCommand(Command cmd)
          Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
 void CommandListener.commandAction(Command c, Displayable s)
          Indicates that a command event has occurred on Screen s.
 void Displayable.addCommand(Command cmd)
          Adds a command to the Displayable.
 void Displayable.removeCommand(Command cmd)
          Removes a command from the Displayable.
 void Displayable.addCommand(Command cmd)
          Adds a command to the Displayable.
 void Displayable.removeCommand(Command cmd)
          Removes a command from the Displayable.
 void Alert.addCommand(Command cmd)
          Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
 void CommandListener.commandAction(Command c, Displayable s)
          Indicates that a command event has occurred on Screen s.
 



Generated on 2003-10-17For further information and updates, please visit Siemens mobile Developer Portal