|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatusBarProvider
A Status Bar is a bitmap display that can show the user simple status messages and icons. Clients may request resources from the Status Bar Provider in either bitmap form or text (String) form. The position and scale of the region are not controlled by the client. The client should not assume that it's region is always visible at all times.
| Method Summary | |
|---|---|
java.lang.String |
acquireRegion(int length)
Get text resource from Status Bar provider. |
java.lang.String |
acquireRegion(int height,
int width)
Get bitmap resource from Status Bar provider. |
void |
releaseRegion(java.lang.String key)
|
void |
write(java.lang.String key,
boolean[][] bitmap)
Write a bitmap to the status screen. |
void |
write(java.lang.String key,
java.lang.String message)
Write a text message to the status screen. |
| Method Detail |
|---|
java.lang.String acquireRegion(int height,
int width)
clientId - ID of clientheight - required height for status bitmapwidth - required width for status bitmap
null if
no region can be allocated.java.lang.String acquireRegion(int length)
clientId - length -
null if
no region can be allocated.
void write(java.lang.String key,
boolean[][] bitmap)
clientId - bitmap -
void write(java.lang.String key,
java.lang.String message)
clientId - message - void releaseRegion(java.lang.String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||