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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DIsindexView.java100 HTMLDocument hdoc = (HTMLDocument)getElement().getDocument();
104 action = hdoc.getBase().toString();
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...]
H A DFormView.java574 HTMLDocument hdoc = (HTMLDocument)elem.getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java535 HTMLDocument hdoc = (HTMLDocument) desc;
536 setDocument(hdoc);
537 read(in, hdoc);

Completed in 43 milliseconds