| Interface | Description |
|---|---|
| DecorationStrategyFactory |
Factory to create decoration a decoration strategy which is used in
StyledTextNode |
| StyledTextArea.StyledTextLine |
Represents a line shown in the control
|
| StyledTextContent |
Content of the styled text area
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledTextContent.TextChangeListener |
Listener informed above modifications
|
| StyledTextNode.DecorationStrategy |
A strategy to decorate the text
|
| Class | Description |
|---|---|
| ActionEvent |
An action event
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledLabel |
A label which is able to display
StyledString
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledString |
A string with styling informations
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledStringSegment |
Segment of a
StyledString
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledTextArea |
Control which allows to implemented a code-editor
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| StyledTextLayoutContainer |
A text layout container who is able to show selection
|
| StyledTextNode |
A node who allows to decorate the text
|
| StyleRange |
StyleRange defines a set of styles for a specified range of
text. |
| TextChangedEvent |
Event sent when text has changed
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| TextChangingEvent |
Event informing about text changing
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| TextSelection |
Represent a text selection
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| TextStyle |
TextStyle defines a set of styles that can be applied to a range
of text. |
| UnderlineStrategyFactory |
Strategy who creates an underlined text
|
| VerifyEvent |
Key event sent
|
| Enum | Description |
|---|---|
| ActionEvent.ActionType |
The type
|