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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java571 * <code>HTMLDocument.BlockElement</code>.
578 return new BlockElement(parent, a);
595 BlockElement html = new BlockElement(null, a.copyAttributes());
598 BlockElement body = new BlockElement(html, a.copyAttributes());
602 BlockElement paragraph = new BlockElement(body, a.copyAttributes());
4122 public class BlockElement extends BranchElement { class in class:HTMLDocument
4132 public BlockElement(Elemen method in class:HTMLDocument.BlockElement
[all...]

Completed in 36 milliseconds