Searched refs:InfoWindow (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java42 public abstract class InfoWindow extends Window { class in inherits:Window
46 protected InfoWindow(Frame parent, Color borderColor) { method in class:InfoWindow
128 SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() {
130 InfoWindow.super.hide();
142 /** Whether the target of the InfoWindow is disposed. */
145 /** The bounds of the target of the InfoWindow. */
149 public static class Tooltip extends InfoWindow {
151 public interface LiveArguments extends InfoWindow.LiveArguments {
242 public static class Balloon extends InfoWindow {
244 public interface LiveArguments extends InfoWindow
[all...]
H A DXTrayIconPeer.java41 InfoWindow.Balloon.LiveArguments,
42 InfoWindow.Tooltip.LiveArguments
50 InfoWindow.Balloon balloon;
51 InfoWindow.Tooltip tooltip;
260 balloon = new InfoWindow.Balloon(eframe, target, this);
261 tooltip = new InfoWindow.Tooltip(eframe, target, this);
H A DXWarningWindow.java44 private InfoWindow.Tooltip tooltip;
150 this.tooltip = new InfoWindow.Tooltip(null, getTarget(),
151 new InfoWindow.Tooltip.LiveArguments() {

Completed in 32 milliseconds