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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java99 * hyperlink events if the <code>JEditorPane</code> is <em>not editable</em>
100 * (<code>JEditorPane.setEditable(false);</code> has been called).
112 &nbsp; JEditorPane pane = (JEditorPane) e.getSource();
139 * passed to an user agent (<code>JEditorPane</code>) it is converted to
143 * with <code>JEditorPane</code>.
192 public class JEditorPane extends JTextComponent { class in inherits:JTextComponent
195 * Creates a new <code>JEditorPane</code>.
198 public JEditorPane() { method in class:JEditorPane
204 if (focusCycleRoot != JEditorPane
262 public JEditorPane(URL initialPage) throws IOException { method in class:JEditorPane
275 public JEditorPane(String url) throws IOException { method in class:JEditorPane
290 public JEditorPane(String type, String text) { method in class:JEditorPane
[all...]

Completed in 34 milliseconds