|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.menu.pub.StatusBarUtils
public class StatusBarUtils
Some helper methods for the Status Bar.
| Constructor Summary | |
|---|---|
StatusBarUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
displayImage(BundleContext context,
boolean[][] image)
Allocates space and displays a bitmap. |
static java.lang.String |
displayImage(BundleContext context,
boolean[][] image,
java.lang.String client)
Allocates space and displays a bitmap, checking with CM to determine if user has disabled image. |
static java.lang.String |
displayText(BundleContext context,
java.lang.String message)
Allocates space and displays a text message. |
static boolean |
releaseRegion(BundleContext context,
java.lang.String regionKey)
Releases a region. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusBarUtils()
| Method Detail |
|---|
public static java.lang.String displayText(BundleContext context,
java.lang.String message)
context - message -
public static java.lang.String displayImage(BundleContext context,
boolean[][] image)
context - image -
public static java.lang.String displayImage(BundleContext context,
boolean[][] image,
java.lang.String client)
context - image - client -
public static boolean releaseRegion(BundleContext context,
java.lang.String regionKey)
context - regionKey -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||