JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
javax.swing.text.EditorKit

Packages that use EditorKit
javax.swing   
javax.swing.plaf   
javax.swing.plaf.basic   
javax.swing.plaf.multi   
javax.swing.text   
javax.swing.text.html   
javax.swing.text.rtf   
 

Uses of EditorKit in javax.swing
 

Methods in javax.swing that return EditorKit
protected  EditorKit JEditorPane.createDefaultEditorKit()
          Creates the default editor kit (PlainEditorKit) for when the component is first created.
 EditorKit JEditorPane.getEditorKit()
          Fetches the currently installed kit for handling content.
 EditorKit JEditorPane.getEditorKitForContentType(String type)
          Fetches the editor kit to use for the given type of content.
static EditorKit JEditorPane.createEditorKitForContentType(String type)
          Creates a handler for the given type from the default registry of editor kits.
protected  EditorKit JTextPane.createDefaultEditorKit()
          Creates the EditorKit to use by default.
 

Methods in javax.swing with parameters of type EditorKit
 void JEditorPane.setEditorKit(EditorKit kit)
          Sets the currently installed kit for handling content.
 void JEditorPane.setEditorKitForContentType(String type, EditorKit k)
          Directly sets the editor kit to use for the given type.
 void JTextPane.setEditorKit(EditorKit kit)
          Sets the currently installed kit for handling content.
 

Uses of EditorKit in javax.swing.plaf
 

Methods in javax.swing.plaf that return EditorKit
abstract  EditorKit TextUI.getEditorKit(JTextComponent t)
          Fetches the binding of services that set a policy for the type of document being edited.
 

Uses of EditorKit in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic that return EditorKit
 EditorKit BasicTextUI.getEditorKit(JTextComponent tc)
          Fetches the EditorKit for the UI.
 EditorKit BasicEditorPaneUI.getEditorKit(JTextComponent tc)
          Fetches the EditorKit for the UI.
 EditorKit BasicTextPaneUI.getEditorKit(JTextComponent tc)
          Fetches the EditorKit for the UI.
 

Uses of EditorKit in javax.swing.plaf.multi
 

Methods in javax.swing.plaf.multi that return EditorKit
 EditorKit MultiTextUI.getEditorKit(JTextComponent a)
          Call getEditorKit on each UI handled by this MultiUI.
 

Uses of EditorKit in javax.swing.text
 

Subclasses of EditorKit in javax.swing.text
 class DefaultEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
 class StyledEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
 

Uses of EditorKit in javax.swing.text.html
 

Subclasses of EditorKit in javax.swing.text.html
 class HTMLEditorKit
          The Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit.
 

Uses of EditorKit in javax.swing.text.rtf
 

Subclasses of EditorKit in javax.swing.text.rtf
 class RTFEditorKit
          This is the default implementation of RTF editing functionality.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.