|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.microedition.lcdui.Displayable
This is the displayable class. Anything that can be displayed is a subclass of this
| Field Summary | |
protected Display |
display
The display we are on |
| Method Summary | |
void |
addCommand(Command cmd)
Add a command to the displayable |
boolean |
isShown()
Are we shown |
void |
removeCommand(Command cmd)
Remove a command |
void |
setCommandListener(CommandListener l)
Set the command listener |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Display display
| Method Detail |
public void addCommand(Command cmd)
cmd - The command. This is only added if it will display to the user
differentlypublic boolean isShown()
public void removeCommand(Command cmd)
cmd - The command to removepublic void setCommandListener(CommandListener l)
l - The listener
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||