|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jetrix.SystrayManager
public class SystrayManager
Manages the system trayIcon (windows only).
| Constructor Summary | |
|---|---|
SystrayManager()
|
|
| Method Summary | |
|---|---|
static void |
close()
Remove the system trayIcon menu. |
static void |
notify(String message,
TrayIcon.MessageType type)
Display a baloon message on the trayIcon icon. |
static void |
open()
Create and display the system trayIcon menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystrayManager()
| Method Detail |
|---|
public static void open()
public static void close()
public static void notify(String message,
TrayIcon.MessageType type)
message - the message to displaytype - the type of the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||