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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunDisplayChanger.java56 public class SunDisplayChanger { class
57 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.multiscreen.SunDisplayChanger");
64 public SunDisplayChanger() {} method in class:SunDisplayChanger
67 * Add a DisplayChangeListener to this SunDisplayChanger so that it is
83 * Remove the given DisplayChangeListener from this SunDisplayChanger.
108 // DisplayChangedListener to add or remove itself from a SunDisplayChanger.
155 // DisplayChangedListener to add or remove itself from a SunDisplayChanger.
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java61 import sun.awt.SunDisplayChanger;
279 // notify SunDisplayChanger list (e.g. VolatileSurfaceManagers and
303 protected SunDisplayChanger displayChanger = new SunDisplayChanger();
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsEnvironment.java41 import sun.awt.SunDisplayChanger;
194 // notify SunDisplayChanger list (e.g. VolatileSurfaceManagers and
H A DWin32GraphicsDevice.java72 private SunDisplayChanger topLevels = new SunDisplayChanger();
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java62 private SunDisplayChanger topLevels = new SunDisplayChanger();

Completed in 34 milliseconds