Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.microedition.lcdui
Class Command  view Command download Command.java

java.lang.Object
  extended byjavax.microedition.lcdui.Command

public class Command
extends java.lang.Object


Field Summary
static int BACK
           
static int CANCEL
           
(package private)  int commandType
           
static int EXIT
           
static int HELP
           
static int ITEM
           
(package private)  java.lang.String label
           
static int OK
           
(package private)  int priority
           
static int SCREEN
           
static int STOP
           
 
Constructor Summary
Command(java.lang.String label, int commandType, int priority)
           
 
Method Summary
 int getCommandType()
           
 java.lang.String getLabel()
           
 int getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCREEN

public static final int SCREEN
See Also:
Constant Field Values

BACK

public static final int BACK
See Also:
Constant Field Values

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

HELP

public static final int HELP
See Also:
Constant Field Values

STOP

public static final int STOP
See Also:
Constant Field Values

EXIT

public static final int EXIT
See Also:
Constant Field Values

ITEM

public static final int ITEM
See Also:
Constant Field Values

label

java.lang.String label

commandType

int commandType

priority

int priority
Constructor Detail

Command

public Command(java.lang.String label,
               int commandType,
               int priority)
Method Detail

getCommandType

public int getCommandType()

getLabel

public java.lang.String getLabel()

getPriority

public int getPriority()