Uses of Interface
jfx.incubator.scene.control.richtext.SyntaxDecorator
Packages that use SyntaxDecorator
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.-
Uses of SyntaxDecorator in jfx.incubator.scene.control.richtext
Methods in jfx.incubator.scene.control.richtext that return SyntaxDecoratorModifier and TypeMethodDescriptionfinal SyntaxDecorator
CodeArea.getSyntaxDecorator()
This convenience method returns the syntax decorator value in theCodeTextModel
, or null if the model is null.Methods in jfx.incubator.scene.control.richtext with parameters of type SyntaxDecoratorModifier and TypeMethodDescriptionfinal void
CodeArea.setSyntaxDecorator
(SyntaxDecorator d) This convenience method sets the decorator property in theCodeTextModel
. -
Uses of SyntaxDecorator in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return SyntaxDecoratorModifier and TypeMethodDescriptionfinal SyntaxDecorator
CodeTextModel.getDecorator()
Gets the value of thedecorator
property.Methods in jfx.incubator.scene.control.richtext.model that return types with arguments of type SyntaxDecoratorModifier and TypeMethodDescriptionfinal ObjectProperty
<SyntaxDecorator> CodeTextModel.decoratorProperty()
Syntax decorator applies styling to the plain text stored in the model.Methods in jfx.incubator.scene.control.richtext.model with parameters of type SyntaxDecoratorModifier and TypeMethodDescriptionfinal void
CodeTextModel.setDecorator
(SyntaxDecorator d) Sets the value of thedecorator
property.