MID Profile

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.selectCommand
          selectCommand 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 Screen s.
 void Alert.addCommand(Command cmd)
          Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
 


MID Profile

Submit a comment or suggestion Version 0.9 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.