Uses of Class
java.awt.PopupMenu
-
Packages that use PopupMenu Package Description java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. -
-
Uses of PopupMenu in java.awt
Methods in java.awt that return PopupMenu Modifier and Type Method Description PopupMenu
Taskbar. getMenu()
Gets PopupMenu used to add items to this application's icon in system task area.PopupMenu
TrayIcon. getPopupMenu()
Returns the popup menu associated with thisTrayIcon
.Methods in java.awt with parameters of type PopupMenu Modifier and Type Method Description void
Component. add(PopupMenu popup)
Adds the specified popup menu to the component.void
Taskbar. setMenu(PopupMenu menu)
Attaches the contents of the provided PopupMenu to the application icon in the task area.void
TrayIcon. setPopupMenu(PopupMenu popup)
Sets the popup menu for thisTrayIcon
.Constructors in java.awt with parameters of type PopupMenu Constructor Description TrayIcon(Image image, String tooltip, PopupMenu popup)
Creates aTrayIcon
with the specified image, tooltip and popup menu.
-