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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java254 HTMLDocument hdoc = (HTMLDocument) doc;
259 Parser p = ensureParser(hdoc);
260 ParserCallback receiver = hdoc.getReader(pos);
702 HTMLDocument hdoc = (HTMLDocument)editor.getDocument();
703 Element elem = hdoc.getCharacterElement(pos);
721 href = getMapHREF(editor, hdoc, elem, a,
733 fireEvents(editor, hdoc, href, lastElem, e);
758 private String getMapHREF(JEditorPane html, HTMLDocument hdoc, argument
763 Map m = hdoc.getMap((String)useMap);
764 if (m != null && offset < hdoc
887 createHyperlinkEvent(JEditorPane html, HTMLDocument hdoc, String href, AttributeSet anchor, Element element, MouseEvent mouseEvent) argument
[all...]

Completed in 55 milliseconds