Interface | Description |
---|---|
IEditableText |
All graphical components which inherit from
JTextComponent
can enhance their functionality with graphical edition options support implementing
this interface. |
Class | Description |
---|---|
EditableTextDecorator |
Extra functionality that allows a
JTextComponent having graphical edition options,
which allows user to select any: COPY, CUT, PASTE, SELECT ALL, REMOVE, UNDO, REDO in a popup menu. |
JEditableTextArea |
Text area with options to edit its text easily.
|
JEditableTextField |
Text field with options to edit its text easily.
|