Uses of Class
org.jdesktop.jdic.tray.TrayIcon

Packages that use TrayIcon
org.jdesktop.jdic.tray Provides classes for creating tray icons on the desktop. 
org.jdesktop.jdic.tray.internal   
 

Uses of TrayIcon in org.jdesktop.jdic.tray
 

Methods in org.jdesktop.jdic.tray with parameters of type TrayIcon
 void SystemTray.addTrayIcon(TrayIcon trayIcon)
          Adds a TrayIcon to the SystemTray
 void SystemTray.removeTrayIcon(TrayIcon trayIcon)
          Removes the specified TrayIcon from the SystemTray
 

Uses of TrayIcon in org.jdesktop.jdic.tray.internal
 

Methods in org.jdesktop.jdic.tray.internal with parameters of type TrayIcon
 void SystemTrayService.addTrayIcon(TrayIcon ti, TrayIconService tis, int trayIndex)
           
 void SystemTrayService.removeTrayIcon(TrayIcon ti, TrayIconService tis, int trayIndex)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.