FileDocCategorySizeDatePackage
CommandAccess.javaAPI DocJ2ME MIDP 2.01177Thu Nov 07 12:02:22 GMT 2002com.sun.midp.lcdui

CommandAccess

public interface CommandAccess
Special class to handle access to Command objects.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetLabel(javax.microedition.lcdui.Command c)
Get the label of the given Command.

param
c The Command to retrieve the label of
return
String The label of the Command

public intgetPriority(javax.microedition.lcdui.Command c)
Get the priority of the given Command.

param
c The Command to retrieve the priority of
return
int The priority of the Command

public intgetType(javax.microedition.lcdui.Command c)
Get the type of the given Command.

param
c The Command to retrieve the type of
return
int The type of the Command