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

/openjdk7/jdk/test/java/awt/Window/WindowType/
H A DWindowType.java31 @run main WindowType
38 * WindowType.java
41 public class WindowType { class
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java59 return new AquaInternalFrameBorder(WindowType.DOCUMENT);
68 return new AquaInternalFrameBorder(WindowType.UTILITY);
77 return new AquaInternalFrameBorder(WindowType.DOCUMENT);
92 private final WindowType fWindowKind; // Which kind of window to draw
103 protected AquaInternalFrameBorder(final WindowType kind) {
107 if (fWindowKind == WindowType.UTILITY) {
111 widgetPainter.state.set(WindowType.UTILITY);
112 titleBarPainter.state.set(WindowType.UTILITY);
117 widgetPainter.state.set(WindowType.DOCUMENT);
118 titleBarPainter.state.set(WindowType
[all...]
H A DAquaInternalFrameUI.java793 iconState.state.set(WindowType.UTILITY);
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java343 public static class WindowType extends Property { class in class:JRSUIConstants
349 WindowType(final byte value){ method in class:JRSUIConstants.WindowType
354 public static final WindowType DOCUMENT = new WindowType(_document);
356 public static final WindowType UTILITY = new WindowType(_utility);
358 public static final WindowType TITLELESS_UTILITY = new WindowType(_titlelessUtility);
362 private static final byte SHIFT = WindowType.SHIFT + WindowType
[all...]
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m268 CONSISTENCY_CHECK(WindowType, document);
269 CONSISTENCY_CHECK(WindowType, utility);
270 CONSISTENCY_CHECK(WindowType, titlelessUtility);
350 IF_CHANGED_SET_USING(WindowType, JRSUIControlSetWindowType);

Completed in 86 milliseconds