|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectesmska.gui.NotificationIcon
public class NotificationIcon
Display icon in the notification area (aka system tray)
Method Summary | |
---|---|
static NotificationIcon |
getInstance()
Get instance of NotificationIcon. |
java.awt.PopupMenu |
getPopup()
Returns the popup menu on notification icon. |
static void |
install()
Install a new icon in the notification area. |
static boolean |
isInstalled()
Returns whether the notification icon is currently installed |
static boolean |
isSupported()
Returns whether notification area is supported on this system. |
static void |
toggleMainFrameVisibility()
Show or hide main window. |
static void |
uninstall()
Remove an icon from notification area. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NotificationIcon getInstance()
public static void toggleMainFrameVisibility()
public static void install()
public static void uninstall()
public static boolean isSupported()
public static boolean isInstalled()
public java.awt.PopupMenu getPopup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |