|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.brayan.SECS.BLL.TrayIconManager
public class TrayIconManager
This class manages the Tray Icon and offers appropriate methods to modify it. The Manager should prevent notifications to become overwritten by subsequent message. Queue!
| Field Summary | |
|---|---|
private java.lang.String |
appendix
|
private static TrayIconManager |
ref
class variables |
private java.awt.TrayIcon |
ti
|
private java.lang.String |
titlePrefix
|
| Constructor Summary | |
|---|---|
private |
TrayIconManager()
constructor not allowed to be called externally |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
static TrayIconManager |
getSingletonObject()
|
private void |
init()
|
void |
showInfoMsg(java.lang.String title,
java.lang.String msg)
Displays Recommendations to the user |
void |
showMsg(java.lang.String title,
java.lang.String msg)
Display Hints to the users |
void |
showWarningMsg(java.lang.String title,
java.lang.String msg)
Displays Corporate Directives including Contact information. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static TrayIconManager ref
private java.awt.TrayIcon ti
private java.lang.String titlePrefix
private java.lang.String appendix
| Constructor Detail |
|---|
private TrayIconManager()
| Method Detail |
|---|
public static TrayIconManager getSingletonObject()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionprivate void init()
public void showInfoMsg(java.lang.String title,
java.lang.String msg)
title - msg -
public void showWarningMsg(java.lang.String title,
java.lang.String msg)
title - msg -
public void showMsg(java.lang.String title,
java.lang.String msg)
title - msg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||