|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ device overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.emulator.device
Interface SoftButton

- public interface SoftButton
A SoftButton can have an associated Command.
| Method Summary | |
javax.microedition.lcdui.Command |
getCommand()
|
boolean |
preferredCommandType(javax.microedition.lcdui.Command cmd)
Check if the command is of a type usually associated with this SoftButton. |
void |
setCommand(javax.microedition.lcdui.Command cmd)
|
| Method Detail |
getCommand
public javax.microedition.lcdui.Command getCommand()
setCommand
public void setCommand(javax.microedition.lcdui.Command cmd)
preferredCommandType
public boolean preferredCommandType(javax.microedition.lcdui.Command cmd)
- Check if the command is of a type usually associated with this SoftButton.
E.g. "BACK" commands are normally placed only on a particular button.
|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ device overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC