| |
|
| java.lang.Object org.columba.core.gui.trayicon.ColumbaTrayIcon
ColumbaTrayIcon | public class ColumbaTrayIcon (Code) | | Uses the JDIC api to add a tray icon to the system default tray.
author: Timo Stich |
Field Summary | |
final public static Icon | DEFAULT_ICON Default icon for the TrayIcon. |
DEFAULT_ICON | final public static Icon DEFAULT_ICON(Code) | | Default icon for the TrayIcon.
|
ColumbaTrayIcon | protected ColumbaTrayIcon()(Code) | | |
addToSystemTray | public void addToSystemTray(IFrameMediator frameMediator)(Code) | | Add the tray icon to the default system tray.
|
getInstance | public static ColumbaTrayIcon getInstance()(Code) | | Gets the instance of the ColumbaTrayIcon.
singleton instance |
initActiveIcon | public void initActiveIcon()(Code) | | Parameters: activeIcon - The activeIcon to set. |
removeFromSystemTray | public void removeFromSystemTray()(Code) | | Removes the tray icon from the system tray.s
|
setIcon | public void setIcon(Icon icon)(Code) | | Sets the icon of the tray icon.
Parameters: icon - |
setTooltip | public void setTooltip(String tooltip)(Code) | | Sets the tooltip of the tray icon.
Parameters: tooltip - |
|
|
|