| |
|
| java.lang.Object javax.microedition.lcdui.TickerLFImpl
TickerLFImpl | class TickerLFImpl implements TickerLF(Code) | | Implementation class for TickerLF interface.
|
Constructor Summary | |
| TickerLFImpl(Ticker ticker) Constructs a new TickerLFImpl object for a given
Ticker . |
Method Summary | |
public void | lSetOwner(DisplayableLF owner) This is needed in order to delegate the string setting to
DisplayableLFImpl . | public void | lSetString(String str) Change the string set to this ticker. |
TickerLFImpl | TickerLFImpl(Ticker ticker)(Code) | | Constructs a new TickerLFImpl object for a given
Ticker .
Parameters: ticker - Ticker object for which L&F has to be created |
lSetOwner | public void lSetOwner(DisplayableLF owner)(Code) | | This is needed in order to delegate the string setting to
DisplayableLFImpl .
Parameters: owner - the last Displayable this ticker was set to |
lSetString | public void lSetString(String str)(Code) | | Change the string set to this ticker.
Parameters: str - string to set on this ticker. |
|
|
|