|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
The Screen class is an abstract superclass that provides its subclasses with an optional title and an optional ticker-tape style display.
Method Summary | |
Ticker |
getTicker()
Gets the ticker used by this Screen. |
String |
getTitle()
Gets the title of the Screen. |
void |
setTicker(Ticker newTicker)
Set a ticker for use with this Screen, replacing any previous ticker. |
void |
setTitle(String newTitle)
Sets the title of the Screen. |
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 |
Method Detail |
public String getTitle()
public void setTitle(String newTitle)
If the Screen is physically visible, the visible effect
should take place no later than immediately
after the callback or
startApp
returns back to the implementation.
newTitle
- public void setTicker(Ticker newTicker)
startApp
returns back to the implementation.
newTicker
- public Ticker getTicker()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generated on 2003-10-17 | For further information and updates, please visit Siemens mobile Developer Portal |