Uses of Class
jfx.incubator.scene.control.richtext.model.CodeTextModel
Packages that use CodeTextModel
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.-
Uses of CodeTextModel in jfx.incubator.scene.control.richtext
Methods in jfx.incubator.scene.control.richtext with parameters of type CodeTextModelModifier and TypeMethodDescriptionSyntaxDecorator.createRichParagraph
(CodeTextModel model, int index) Creates aRichParagraph
with syntax decoration for the given paragraph index.void
SyntaxDecorator.handleChange
(CodeTextModel m, TextPos start, TextPos end, int charsTop, int linesAdded, int charsBottom) Receives the updates from the model, before any of the model'sStyledTextModel.Listener
s are notified.Constructors in jfx.incubator.scene.control.richtext with parameters of type CodeTextModelModifierConstructorDescriptionCodeArea
(CodeTextModel model) This constructor creates the CodeArea with the specifiedCodeTextModel
.