Package jfx.incubator.scene.control.richtext.model


package jfx.incubator.scene.control.richtext.model
Provides common models for RichTextArea and CodeArea controls.

The RichTextArea control separates data model from the view by providing the model property. The base class for any data model is StyledTextModel. This abstract class provides no data storage, focusing instead on providing common functionality to the actual models, such as dealing with styled segments, keeping track of markers, sending events, etc.

This package provides a number of standard models are provided, each designed for a specific use case.

Incubating Feature. Will be removed in a future release.
Since:
24