public class NotificationIcon
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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()