Searched defs:TrayIcon (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DTrayIcon.java39 * A <code>TrayIcon</code> object represents a tray icon that can be
41 * <code>TrayIcon</code> can have a tooltip (text), an image, a popup
44 * <p>A <code>TrayIcon</code> can generate various {@link MouseEvent
46 * notification of these events. <code>TrayIcon</code> processes some
48 * right-mouse click is performed on the <code>TrayIcon</code> it
50 * over the <code>TrayIcon</code> the tooltip is displayed.
57 * <code>TrayIcon</code>. (See {@link
60 * <p><b>Note:</b> A well-behaved {@link TrayIcon} implementation
64 * <p>A <code>TrayIcon</code> can generate an {@link ActionEvent
70 * a {@code TrayIcon}
86 public class TrayIcon { class
136 private TrayIcon() method in class:TrayIcon
167 public TrayIcon(Image image) { method in class:TrayIcon
196 public TrayIcon(Image image, String tooltip) { method in class:TrayIcon
226 public TrayIcon(Image image, String tooltip, PopupMenu popup) { method in class:TrayIcon
[all...]

Completed in 30 milliseconds