Searched refs:tray (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/TrayIcon/CtorTest/
H A DCtorTest.java28 @author Dmitry Cherepanov area=awt.tray
47 TrayIcon tray = new TrayIcon(null);
/openjdk7/jdk/test/java/awt/TrayIcon/DragEventSource/
H A DDragEventSource.java30 @author Andrei Dmitriev: area=awt.tray
49 static SystemTray tray = null; field in class:DragEventSource
68 boolean isSupported = tray.isSupported();
96 tray = SystemTray.getSystemTray();
99 TrayIcon icons[] = tray.getTrayIcons();
108 tray.add(icon);
/openjdk7/jdk/src/share/classes/java/awt/
H A DSystemTray.java39 * The <code>SystemTray</code> class represents the system tray for a
43 * tray is shared by all applications running on the desktop.
45 * <p> On some platforms the system tray may not be present or may not
48 * system tray is supported, use {@link SystemTray#isSupported}.
51 * TrayIcon TrayIcons}, which are added to the tray using the {@link
58 * instance that allows the app to interface with the system tray of
65 * and customize the system tray:
71 * SystemTray tray = SystemTray.{@link #getSystemTray};
74 * // create a action listener to listen for default action executed on the tray icon
93 * // add the tray imag
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java494 * Returns whether the popup menu is attached to a tray
659 void firePropertyChange(SystemTray tray, String propertyName, Object oldValue, Object newValue); argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java688 /* SunAlternateMedia is used if its a tray, and
689 * any Media that is specified is not a tray.
1791 MediaTray tray = ((Win32PrintService)myService).findMediaTray(dmBinID);

Completed in 56 milliseconds