Searched refs:FRAME (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWColor.java36 static final int FRAME = 3; // COLOR_WINDOWFRAME field in class:WColor
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DFrameOutputWriter.java147 * 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 DMetalTitlePane.java277 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 DAccessibleRole.java70 * @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 DHtmlTag.java47 FRAME(BlockType.OTHER, EndTag.NOEND), enum constant in enum:HtmlTag
H A DHtmlTree.java248 * 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 DApplet.java576 return AccessibleRole.FRAME;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWToolkit.java231 PlatformWindow platformWindow = createPlatformWindow(LWWindowPeer.PeerType.FRAME);
232 return createDelegatedPeer(target, platformComponent, platformWindow, LWWindowPeer.PeerType.FRAME);
H A DLWWindowPeer.java49 FRAME, enum constant in enum:LWWindowPeer.PeerType
570 // ---- FRAME PEER METHODS ---- //
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFrame.java266 getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
801 * frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
H A DJRootPane.java234 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 DHTML.java183 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 DHTMLDocument.java688 * which is a &lt;FRAMESET&gt; element, and inserts a new &lt;FRAME&gt;
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 DHTMLEditorKit.java1112 * <td>HTML.Tag.FRAME<td>FrameView
1196 } else if (kind == HTML.Tag.FRAME) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DFrame.java1299 return AccessibleRole.FRAME;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java163 assert (peerType == PeerType.SIMPLEWINDOW || peerType == PeerType.DIALOG || peerType == PeerType.FRAME);
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java190 if (htmlDocument.getIterator(HTML.Tag.FRAME).isValid()) {

Completed in 69 milliseconds