| com.sun.midp.lcdui.CommandAccess
CommandAccess | public interface CommandAccess (Code) | | Special class to handle access to Command objects.
|
getLabel | String getLabel(Command c)(Code) | | Get the label of the given Command.
Parameters: c - The Command to retrieve the label of String The label of the Command |
getPriority | int getPriority(Command c)(Code) | | Get the priority of the given Command.
Parameters: c - The Command to retrieve the priority of int The priority of the Command |
getType | int getType(Command c)(Code) | | Get the type of the given Command.
Parameters: c - The Command to retrieve the type of int The type of the Command |
|
|