|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultEditorKit | |
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 DefaultEditorKit in com.sun.java.swing.text |
Subclasses of DefaultEditorKit in com.sun.java.swing.text | |
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 DefaultEditorKit in com.sun.java.swing.text.html |
Subclasses of DefaultEditorKit in com.sun.java.swing.text.html | |
HTMLEditorKit
This is the default implementation of html functionality. |
Uses of DefaultEditorKit in com.sun.java.swing.text.rtf |
Subclasses of DefaultEditorKit in com.sun.java.swing.text.rtf | |
RTFEditorKit
This is the default implementation of rtf editing functionality. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |