TextField and TextArea.See: Description
| Interface | Description |
|---|---|
| Document |
A model for text components.
|
| Class | Description |
|---|---|
| AbstractDocument |
An abstract implementation of a text component model.
|
| StringDocument |
A simple implementation of a document that holds a single String of text.
|
| TextComponent |
Abstract base class for text-entry components.
|
TextField and TextArea.