Searched defs:FRAMESET (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java48 FRAMESET(BlockType.OTHER, EndTag.END), enum constant in enum:HtmlTag
H A DHtmlTree.java279 * Generates a FRAMESET tag.
285 * @return an HtmlTree object for the FRAMESET tag
287 public static HtmlTree FRAMESET(String cols, String rows, String title, String onload) { method in class:HtmlTree
288 HtmlTree htmltree = new HtmlTree(HtmlTag.FRAMESET);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java184 public static final Tag FRAMESET = new Tag("frameset"); field in class:HTML.Tag
270 FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML,
586 * FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML,

Completed in 258 milliseconds