net.simplace.util.xmleditorkit.XMLEditorKit
public class XMLEditorKit extends javax.swing.text.StyledEditorKit {
// Public Constructors
public XMLEditorKit();
// Class Methods public static void correctSelectionBounds(int[] selection, Document d);
protected static Shape getAllocation(View v, JEditorPane edit);
// Public Instance Methods public ViewFactory getViewFactory(); // Overrides
javax.swing.text.StyledEditorKit
public Document createDefaultDocument(); // Overrides
javax.swing.text.StyledEditorKit
public String getContentType(); // Overrides
javax.swing.text.DefaultEditorKit
public void read(Reader in, Document doc, int pos) throws IOException,
BadLocationException; // Overrides javax.swing.text.DefaultEditorKit
public void read(InputStream in, Document doc, int pos) throws IOException,
BadLocationException; // Overrides javax.swing.text.DefaultEditorKit
public void write(OutputStream out, Document doc, int pos, int len)
throws IOException, BadLocationException; // Overrides
javax.swing.text.DefaultEditorKit
public void write(Writer out, Document doc, int pos, int len)
throws IOException, BadLocationException; // Overrides
javax.swing.text.DefaultEditorKit
public void install(JEditorPane c); // Overrides
javax.swing.text.StyledEditorKit
public void deinstall(JEditorPane c); // Overrides
javax.swing.text.StyledEditorKit
public Action[] getActions(); // Overrides javax.swing.text.StyledEditorKit
// Protected Instance Methods protected int getInsertPosition(int pos, Document d);
// Inner Classes
public class XMLEditorKit.XMLCopyAction extends javax.swing.text.TextAction
}
Hierarchy: java.lang.Object - javax.swing.text.EditorKit (java.lang.Cloneable, java.io.Serializable) - javax.swing.text.DefaultEditorKit - javax.swing.text.StyledEditorKit - XMLEditorKit