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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java105 * hyperlinks.
331 * that supports hyperlinks is currently active and there
1937 LinkVector hyperlinks; field in class:JEditorPane.JEditorPaneAccessibleHypertextSupport
1944 hyperlinks.removeAllElements();
1959 hyperlinks.addElement(new HTMLLink(e));
1971 hyperlinks = new LinkVector();
1997 return hyperlinks.size();
2001 * Returns the index into an array of hyperlinks that
2006 * @return index into the set of hyperlinks for this hypertext doc.
2022 // not, then it won't be in the hyperlinks Vecto
[all...]

Completed in 34 milliseconds