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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java51 * a property defined in <code>DefaultEditorKit</code>, called
73 public class DefaultEditorKit extends EditorKit { class in inherits:EditorKit
76 * default constructor for DefaultEditorKit
78 public DefaultEditorKit() { method in class:DefaultEditorKit
313 throw new BadLocationException("DefaultEditorKit.write", pos);
847 * @see DefaultEditorKit#defaultKeyTypedAction
848 * @see DefaultEditorKit#getActions
906 * @see DefaultEditorKit#insertContentAction
907 * @see DefaultEditorKit#getActions
954 * @see DefaultEditorKit#insertBreakActio
[all...]

Completed in 34 milliseconds