Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.text.EditorKit

Packages that use EditorKit
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
com.sun.java.swing.text.rtf Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.  
 

Uses of EditorKit in com.sun.java.swing
 

Methods in com.sun.java.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. createDefaultEditorKit() is called to set up a default if necessary.
 EditorKit JEditorPane.getEditorKitForContentType(String type)
          Fetches the editor kit to use for the given type of content.
static EditorKit JEditorPane.createEditorKitForContentType(String type)
          Create 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 com.sun.java.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 set 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 com.sun.java.swing.plaf
 

Methods in com.sun.java.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 com.sun.java.swing.text
 

Subclasses of EditorKit in com.sun.java.swing.text
  DefaultEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
  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 com.sun.java.swing.text.html
 

Subclasses of EditorKit in com.sun.java.swing.text.html
  HTMLEditorKit
          This is the default implementation of html functionality.
 

Uses of EditorKit in com.sun.java.swing.text.rtf
 

Subclasses of EditorKit in com.sun.java.swing.text.rtf
  RTFEditorKit
          This is the default implementation of rtf editing functionality.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.