/// <summary> /// Directly sets the editor kit to use for the given type. /// </summary> public void setEditorKitForContentType(string @type, EditorKit @k) { }
/// <summary> /// Sets the currently installed kit for handling /// content. /// </summary> public void setEditorKit(EditorKit @kit) { }