Serialized Form

Class javax.swing.JEditorPane implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.
Serialized Fields

charSetName

java.lang.String charSetName

kit

javax.swing.text.EditorKit kit
Current content binding of the editor.

typeHandlers

java.util.Hashtable typeHandlers
Table of registered type handlers for this editor.