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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h375 NORMAL, UTILITY, POPUP enumerator in enum:AwtWindow::Type
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java182 UTILITY, enum constant in enum:Window.Type
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java109 static final int UTILITY = 1 << 4; field in class:CPlatformWindow
121 static final int _STYLE_PROP_BITMASK = DECORATED | TEXTURED | UNIFIED | UTILITY | HUD | SHEET | CLOSEABLE | MINIMIZABLE | RESIZABLE;
311 if (Window.Type.UTILITY.equals(target.getType())) {
312 styleBits = SET(styleBits, UTILITY, true);
334 styleBits = SET(styleBits, UTILITY, true);
853 // UTILITY METHODS
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java356 public static final WindowType UTILITY = new WindowType(_utility); field in class:JRSUIConstants.WindowType

Completed in 58 milliseconds