Interface | Description |
---|---|
ClipboardActions<S> |
Clipboard actions for
TextEditingArea . |
Codec<T> | |
EditActions<S> |
Extended edit actions for
TextEditingArea . |
NavigationActions<S> |
Navigation actions for
TextEditingArea . |
StyledDocument<S> | |
StyleSpans<S> | |
TextEditingArea<S> |
Interface for a text editing control.
|
TwoDimensional | |
TwoDimensional.Position | |
UndoActions<S> |
Undo/redo actions for
TextEditingArea . |
Class | Description |
---|---|
CodeArea |
A convenience subclass of
StyleClassedTextArea
with fixed-width font and an undo manager that observes
only plain text changes (not styled changes). |
InlineCssTextArea |
Text area that uses inline css to define style of text segments.
|
InlineStyleTextArea<S> |
Text area that uses inline css derived from the style info to define
style of text segments.
|
LineNumberFactory |
Graphic factory that produces labels containing line numbers.
|
MouseOverTextEvent | |
Paragraph<S> | |
PlainTextChange | |
ReadOnlyStyledDocument<S> | |
RichTextChange<S> | |
StyleClassedTextArea |
Text area that uses style classes to define style of text segments.
|
StyledText<S> | |
StyledTextArea<S> |
Text editing control.
|
StyleSpan<S> | |
StyleSpansBuilder<S> | |
TextChange<S extends CharSequence,Self extends TextChange<S,Self>> | |
TwoLevelNavigator |
Enum | Description |
---|---|
NavigationActions.SelectionPolicy |
Indicates how to treat selection when caret is moved.
|
PopupAlignment | |
PopupAlignment.AnchorObject | |
PopupAlignment.HorizontalAlignment | |
PopupAlignment.VerticalAlignment | |
TwoDimensional.Bias |