Uses of Package
jfx.incubator.scene.control.richtext
Packages that use jfx.incubator.scene.control.richtext
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.Provides common models for
RichTextArea
and
CodeArea
controls.Contains RichTextArea skin and related classes.
-
Classes in jfx.incubator.scene.control.richtext used by jfx.incubator.scene.control.richtextClassDescriptionTracks the text position in a document in the presence of edits.The RichTextArea control is designed for visualizing and editing rich text that can be styled in a variety of ways.A Selection model that maintains a single
SelectionSegment
.Text selection segment, comprised of the selection anchor and the caret positions.Provides a way to add side decorations to each paragraph in aRichTextArea
.This functional interface defines a style attribute handler.Style Handler Registry keeps track of theStyleAttributeHandler
for supportedStyleAttribute
s.The builder used to create an immutable instance ofStyleHandlerRegistry
.Decorates plain text by producing aRichParagraph
.An immutable position within the text. -
Classes in jfx.incubator.scene.control.richtext used by jfx.incubator.scene.control.richtext.modelClassDescriptionTracks the text position in a document in the presence of edits.Enables conversion of CSS styles to
StyleAttribute
s.Decorates plain text by producing aRichParagraph
.An immutable position within the text. -
Classes in jfx.incubator.scene.control.richtext used by jfx.incubator.scene.control.richtext.skinClassDescriptionCodeArea is an editable text component which supports styling (for example, syntax highlighting) of plain text.The RichTextArea control is designed for visualizing and editing rich text that can be styled in a variety of ways.Enables conversion of CSS styles to
StyleAttribute
s.