Package 
Class 
Use 
PACKAGE: DESCRIPTION | INTERFACES | CLASSES | ENUMS | EXCEPTIONS | ERRORS | ANN TYPES
FlexDoc/Javadoc 2.0
Demo Java Doc

java.desktop
Package javax.swing.text

package javax.swing.text
Provides classes and interfaces that deal with editable and noneditable text components. Examples of text components are text fields and text areas, of which password fields and document editors are special instantiations. Features that are supported by this package include selection/highlighting, editing, style, and key mapping.

Note: Most of the Swing API is not thread safe. For details, see Concurrency in Swing, a section in The Java Tutorial.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
Since:
1.2
Interface Summary
The Document is a container for text that serves as the model for swing text components.
Class Summary
JTextComponent is the base class for swing text components.
Represents a drop location for JTextComponents.
Binding record for creating key bindings.

 Package 
Class 
Use 
PACKAGE: DESCRIPTION | INTERFACES | CLASSES | ENUMS | EXCEPTIONS | ERRORS | ANN TYPES
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz