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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java47 public class StyledEditorKit extends DefaultEditorKit { class in inherits:DefaultEditorKit
52 public StyledEditorKit() { method in class:StyledEditorKit
163 StyledEditorKit o = (StyledEditorKit)super.clone();
355 * with a StyledEditorKit (or subclass) installed. This has
359 * a StyledDocument, a JEditorPane, or a StyledEditorKit
425 protected final StyledEditorKit getStyledEditorKit(JEditorPane e) {
427 if (k instanceof StyledEditorKit) {
428 return (StyledEditorKit) k;
430 throw new IllegalArgumentException("EditorKit must be StyledEditorKit");
[all...]

Completed in 31 milliseconds