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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java216 * <code>isFullScreenSupported</code> returns true only if
223 public boolean isFullScreenSupported() { method in class:GraphicsDevice
230 * mode is only available if <code>isFullScreenSupported</code>
275 * @see #isFullScreenSupported
355 * full-screen exclusive mode (i.e., if {@link #isFullScreenSupported()}
360 * @see #isFullScreenSupported
374 * supported (i.e., {@link #isFullScreenSupported()} returns
395 * if (gd.isFullScreenSupported()) {
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsDevice.java158 boolean fsSupported = isFullScreenSupported();
185 public boolean isFullScreenSupported() { method in class:CGraphicsDevice
236 if (isFullScreenSupported() && w != null) {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java298 public boolean isFullScreenSupported() { method in class:X11GraphicsDevice
323 return (isFullScreenSupported() && (getFullScreenWindow() != null));
349 boolean fsSupported = isFullScreenSupported();
379 if (isFullScreenSupported()) {
391 if (!isFullScreenSupported()) {
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java327 public boolean isFullScreenSupported() { method in class:Win32GraphicsDevice
337 if (!isFullScreenSupported()) {
403 return (isFullScreenSupported() && getFullScreenWindow() != null);

Completed in 1618 milliseconds