|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ticker | |
javax.microedition.lcdui | The UI API provides a set of features for implementation of user interfaces for MIDP applications. |
Uses of Ticker in javax.microedition.lcdui |
Methods in javax.microedition.lcdui that return Ticker | |
Ticker |
Displayable.getTicker()
Gets the ticker used by this Displayable . |
Methods in javax.microedition.lcdui with parameters of type Ticker | |
void |
Displayable.setTicker(Ticker ticker)
Sets a ticker for use with this Displayable ,
replacing any
previous ticker. |
void |
TextBox.setTicker(Ticker ticker)
Sets a ticker for use with this Displayable ,
replacing any
previous ticker. |
void |
List.setTicker(Ticker ticker)
Sets a ticker for use with this Displayable ,
replacing any
previous ticker. |
|
MID Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |