net.jetrix
Class SystrayManager

java.lang.Object
  extended by net.jetrix.SystrayManager

public class SystrayManager
extends Object

Manages the system trayIcon (windows only).

Since:
0.2
Version:
$Revision: 861 $, $Date: 2010-08-17 12:31:31 +0200 (mar., 17 août 2010) $
Author:
Emmanuel Bourg

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

SystrayManager

public SystrayManager()
Method Detail

open

public static void open()
Create and display the system trayIcon menu.


close

public static void close()
Remove the system trayIcon menu.


notify

public static void notify(String message,
                          TrayIcon.MessageType type)
Display a baloon message on the trayIcon icon.

Parameters:
message - the message to display
type - the type of the message
Since:
0.3


Copyright © 2001-2010. All Rights Reserved.