FileDocCategorySizeDatePackage
CommandAccess.javaAPI DocphoneME MR2 API (J2ME)2033Wed May 02 18:00:24 BST 2007com.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