|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KCommand | |
|---|---|
| net.kbox | This package contains the core classes. |
| net.kbox.component | This package contains some component classes. |
| Uses of KCommand in net.kbox |
|---|
| Methods in net.kbox with parameters of type KCommand | |
|---|---|
void |
Action.execute(KCommand cmd,
javax.microedition.lcdui.Item item,
javax.microedition.lcdui.Displayable display,
ActionForward forward,
java.util.Hashtable parameters)
Process the specified request, and create a corresponding GUI component (or forward to another action), with provision for handling exceptions thrown by the business logic. |
| Uses of KCommand in net.kbox.component |
|---|
| Fields in net.kbox.component declared as KCommand | |
|---|---|
protected KCommand[] |
KGameCanvas.cmds
kcommands added to KGameCanvas |
| Methods in net.kbox.component that return KCommand | |
|---|---|
KCommand[] |
KGameCanvas.getKCommand(java.lang.String uniqueId)
Get KCommand with specified uniqueId added to KGameCanvas |
KCommand[] |
KGameCanvas.removeKCommand(java.lang.String uniqueId)
Remove KCommand with specified uniqueId. |
KCommand |
KCommand.setAttribute(java.lang.Object key,
java.lang.Object value)
|
KCommand |
KCommand.setAttributes(java.util.Hashtable attributes)
Put all the attributes in specified Hashtable to KCommand. |
KCommand |
KCommand.setParameters(java.util.Hashtable parameters)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||