Uses of Class javax.swing.text.EditorKit

Uses in package javax.swing.plaf

Methods with return type javax.swing.text.EditorKit

EditorKit
Retrieves the EditorKit managing policies and persistent state.

Uses in package javax.swing.plaf.multi

Methods with return type javax.swing.text.EditorKit

EditorKit
Calls the TextUI.getEditorKit(JTextComponent) method for all the UI delegates managed by this MultiTextUI, returning the editor kit for the UI delegate from the primary look and feel.

Uses in package javax.swing

Methods with parameter type javax.swing.text.EditorKit

void
void
Sets the EditorKit to use for this JTextPane.
void
Explicitly sets an EditorKit to be used for the given content type.

Methods with return type javax.swing.text.EditorKit

EditorKit
EditorKit
Creates the default EditorKit that is used in JTextPanes.
EditorKit
Creates and returns an EditorKit that is appropriate for the given content type.
EditorKit
Returns the EditorKit.
EditorKit
Returns the EditorKit to use for the given content type.

Uses in package javax.swing.text.html

Classes derived from javax.swing.text.EditorKit

class

Uses in package javax.swing.text.rtf

Classes derived from javax.swing.text.EditorKit

class
Provides support for RTF data for use in JEditorPanes.

Uses in package javax.swing.plaf.basic

Methods with return type javax.swing.text.EditorKit

EditorKit
Gets the EditorKit for the text component.
EditorKit
Returns the EditorKit used for the text component that is managed by this UI.

Uses in package javax.swing.text

Classes derived from javax.swing.text.EditorKit

class
The default implementation of EditorKit.
class
An EditorKit that supports editing styled text.