Uses of Package
jfx.incubator.scene.control.richtext.model
Packages that use jfx.incubator.scene.control.richtext.model
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.model used by jfx.incubator.scene.control.richtextClassDescriptionEditable plain text model with optional syntax highlighting for use with the
CodeArea
control.Represents a single immutable paragraph within theStyledModel
.Style Attribute provides a way to specify style in the RichTextArea.This immutable object contains a map ofStyleAttribute
s.This interface represents a source of styled text segments for the purposes of pasting, importing, or loading from an input stream.The base class for styled text models used by theRichTextArea
. -
Classes in jfx.incubator.scene.control.richtext.model used by jfx.incubator.scene.control.richtext.modelClassDescriptionA StyledTextModel based on plain text paragraphs.This interface describes the underlying storage mechanism for the BasicTextModel.Contains information about
StyledTextModel
content change.Facilitates import/export of styled text into/from a StyledTextModel.This partialDataFormatHandler
supports export of styled text in a simple HTML format.Paragraph direction attribute.DataFormatHandler
which operates with plain text.Represents a single immutable paragraph within theStyledModel
.Utility class for building immutableRichParagraph
s.A DataFormatHandler for use with attribute-based rich text models.ThisDataFormatHandler
provides export/import support for RTF format.A simple, view-only, in-memory, styled text model.Style Attribute provides a way to specify style in the RichTextArea.This immutable object contains a map ofStyleAttribute
s.StyleAttributeMap are immutable, so a Builder is required to create a new instanceThis interface represents a source of styled text segments for the purposes of pasting, importing, or loading from an input stream.Class represents a consumer of styled text segments for the purposes of exporting, copying, or saving to an output stream.Data structure used to modify the styled text model.StyledSegment typeThe base class for styled text models used by theRichTextArea
.Receives information about modifications of the model.The base class for view-onlyStyledTextModel
s. -