/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WColor.java | 36 static final int FRAME = 3; // COLOR_WINDOWFRAME field in class:WColor
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/ |
H A D | FrameOutputWriter.java | 147 * Add the FRAME tag for the frame that lists all packages. 152 HtmlTree frame = HtmlTree.FRAME("overview-frame.html", "packageListFrame", 158 * Add the FRAME tag for the frame that lists all classes. 163 HtmlTree frame = HtmlTree.FRAME("allclasses-frame.html", "packageFrame", 169 * Add the FRAME tag for the frame that describes the class in detail. 174 HtmlTree frame = HtmlTree.FRAME(configuration.topFile, "classFrame",
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/ |
H A D | MetalTitlePane.java | 277 if (decorationStyle == JRootPane.FRAME) { 303 case JRootPane.FRAME: 426 if (getWindowDecorationStyle() == JRootPane.FRAME) { 439 if (getWindowDecorationStyle() == JRootPane.FRAME) { 508 if (getWindowDecorationStyle() == JRootPane.FRAME) { 546 if (getWindowDecorationStyle() == JRootPane.FRAME) { 569 if (w != null && getWindowDecorationStyle() == JRootPane.FRAME) { 727 if (getWindowDecorationStyle() == JRootPane.FRAME) { 891 if (getWindowDecorationStyle() == JRootPane.FRAME) { 940 if (getWindowDecorationStyle() == JRootPane.FRAME) { [all...] |
/openjdk7/jdk/src/share/classes/javax/accessibility/ |
H A D | AccessibleRole.java | 70 * @see #FRAME 115 * @see #FRAME 138 * @see #FRAME 151 public static final AccessibleRole FRAME field in class:AccessibleRole 158 * @see #FRAME
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
H A D | HtmlTag.java | 47 FRAME(BlockType.OTHER, EndTag.NOEND), enum constant in enum:HtmlTag
|
H A D | HtmlTree.java | 248 * Generates a FRAME tag. 254 * @return an HtmlTree object for the FRAME tag 256 public static HtmlTree FRAME(String src, String name, String title, String scrolling) { method in class:HtmlTree 257 HtmlTree htmltree = new HtmlTree(HtmlTag.FRAME); 274 public static HtmlTree FRAME(String src, String name, String title) { method in class:HtmlTree 275 return FRAME(src, name, title, null); 727 case FRAME :
|
/openjdk7/jdk/src/share/classes/java/applet/ |
H A D | Applet.java | 576 return AccessibleRole.FRAME;
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/ |
H A D | LWToolkit.java | 231 PlatformWindow platformWindow = createPlatformWindow(LWWindowPeer.PeerType.FRAME); 232 return createDelegatedPeer(target, platformComponent, platformWindow, LWWindowPeer.PeerType.FRAME);
|
H A D | LWWindowPeer.java | 49 FRAME, enum constant in enum:LWWindowPeer.PeerType 570 // ---- FRAME PEER METHODS ---- //
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JFrame.java | 266 getRootPane().setWindowDecorationStyle(JRootPane.FRAME); 801 * frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
|
H A D | JRootPane.java | 234 public static final int FRAME = 1; field in class:JRootPane 388 * @return One of <code>NONE</code>, <code>FRAME</code>, 416 * not one of: <code>NONE</code>, <code>FRAME</code>, 425 * FRAME JRootPane.FRAME
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | HTML.java | 183 public static final Tag FRAME = new Tag("frame"); field in class:HTML.Tag 269 DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME, 585 * DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
|
H A D | HTMLDocument.java | 688 * which is a <FRAMESET> element, and inserts a new <FRAME> 735 * Searches the element hierarchy for an FRAME element 749 if (matchNameAttribute(attr, HTML.Tag.FRAME)) { 809 * @param element a FRAME element whose SRC attribute will be updated 2114 * <tr><td><code>HTML.Tag.FRAME</code> <td>SpecialAction 2227 tagMap.put(HTML.Tag.FRAME, sa); 3671 if ((t != HTML.Tag.FRAME) && (! inParagraph) && (! inPre)) { 3694 if (t == HTML.Tag.FRAME) {
|
H A D | HTMLEditorKit.java | 1112 * <td>HTML.Tag.FRAME<td>FrameView 1196 } else if (kind == HTML.Tag.FRAME) {
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Frame.java | 1299 return AccessibleRole.FRAME;
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 163 assert (peerType == PeerType.SIMPLEWINDOW || peerType == PeerType.DIALOG || peerType == PeerType.FRAME);
|
/openjdk7/jdk/src/share/classes/sun/swing/text/ |
H A D | TextComponentPrintable.java | 190 if (htmlDocument.getIterator(HTML.Tag.FRAME).isValid()) {
|