Searched refs:UTILITY (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/awt/Window/WindowType/
H A DWindowType.java58 test(Window.Type.UTILITY);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java68 return new AquaInternalFrameBorder(WindowType.UTILITY);
107 if (fWindowKind == WindowType.UTILITY) {
111 widgetPainter.state.set(WindowType.UTILITY);
112 titleBarPainter.state.set(WindowType.UTILITY);
H A DAquaInternalFrameUI.java793 iconState.state.set(WindowType.UTILITY);
/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
H A DCWarningWindow.java273 CPlatformWindow.SET(styleBits, CPlatformWindow.UTILITY, true);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h375 NORMAL, UTILITY, POPUP enumerator in enum:AwtWindow::Type
H A Dawt_Window.cpp1020 if (strcmp(valueNative, "UTILITY") == 0) {
1021 m_windowType = UTILITY;
1034 case UTILITY:
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTWindow.m169 if (IS(styleBits, UTILITY)) type |= NSUtilityWindowMask;
257 if (IS(bits, UTILITY) ||
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java356 public static final WindowType UTILITY = new WindowType(_utility); field in class:JRSUIConstants.WindowType
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java182 UTILITY, enum constant in enum:Window.Type
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java1882 case UTILITY:

Completed in 133 milliseconds