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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java82 public class JTextPane extends JEditorPane { class in inherits:JEditorPane
85 * Creates a new <code>JTextPane</code>. A new instance of
89 public JTextPane() { method in class:JTextPane
102 * Creates a new <code>JTextPane</code>, with a specified document model.
108 public JTextPane(StyledDocument doc) { method in class:JTextPane
180 UIManager.getLookAndFeel().provideErrorFeedback(JTextPane.this);
206 UIManager.getLookAndFeel().provideErrorFeedback(JTextPane.this);
220 * JTextPane. Since components cannot be a child of more than
480 * Returns a string representation of this <code>JTextPane</code>.
487 * @return a string representation of this <code>JTextPane</cod
[all...]

Completed in 38 milliseconds