Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
public class: PlainEditorKit [javadoc | source]
java.lang.Object
   javax.swing.text.EditorKit
      javax.swing.text.PlainEditorKit

All Implemented Interfaces:
    Cloneable, Serializable

Constructor:
 public PlainEditorKit() 
 public PlainEditorKit(PlainEditorKit kit) 
Method from javax.swing.text.PlainEditorKit Summary:
clone,   createCaret,   createDefaultDocument,   deinstall,   getActions,   getContentType,   getViewFactory,   install,   read,   read,   write,   write
Methods from javax.swing.text.EditorKit:
clone,   createCaret,   createDefaultDocument,   deinstall,   getActions,   getContentType,   getViewFactory,   install,   read,   read,   write,   write
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.PlainEditorKit Detail:
 protected Object clone() 
 Caret createCaret() 
 Document createDefaultDocument() 
  void deinstall(JEditorPane c) 
 Action[] getActions() 
 String getContentType() 
 ViewFactory getViewFactory() 
  void install(JEditorPane c) 
  void read(InputStream in,
    Document doc,
    int pos) 
  void read(Reader in,
    Document doc,
    int pos) 
  void write(OutputStream out,
    Document doc,
    int pos,
    int len) 
  void write(Writer out,
    Document doc,
    int pos,
    int len)