|
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
|
+--javax.microedition.lcdui.Screen
The screen is the superclass of all high level objects
| Field Summary | |
protected int |
height
The height for those that scroll |
protected int |
offset
The offset for those screens that can scroll |
| Fields inherited from class javax.microedition.lcdui.Displayable |
display |
| Constructor Summary | |
protected |
Screen()
Create a new screen |
| Method Summary | |
Ticker |
getTicker()
Get the ticker |
java.lang.String |
getTitle()
Get the title |
protected boolean |
scrollDown()
Scroll down by one screen |
protected boolean |
scrollUp()
Scroll up by one screen |
void |
setTicker(Ticker ticker)
Set the ticker |
void |
setTitle(java.lang.String title)
Set the title |
| Methods inherited from class javax.microedition.lcdui.Displayable |
addCommand, isShown, removeCommand, setCommandListener |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int offset
protected int height
| Constructor Detail |
protected Screen()
| Method Detail |
public Ticker getTicker()
public java.lang.String getTitle()
public void setTicker(Ticker ticker)
ticker - The tickerpublic void setTitle(java.lang.String title)
title - The titleprotected boolean scrollUp()
protected boolean scrollDown()
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||