Uses of Interface
jfx.incubator.scene.control.richtext.SideDecorator
Packages that use SideDecorator
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.-
Uses of SideDecorator in jfx.incubator.scene.control.richtext
Classes in jfx.incubator.scene.control.richtext that implement SideDecoratorModifier and TypeClassDescriptionclass
Side decorator which shows paragraph (line) numbers.Methods in jfx.incubator.scene.control.richtext that return SideDecoratorModifier and TypeMethodDescriptionfinal SideDecorator
RichTextArea.getLeftDecorator()
Gets the value of theleftDecorator
property.final SideDecorator
RichTextArea.getRightDecorator()
Gets the value of therightDecorator
property.Methods in jfx.incubator.scene.control.richtext that return types with arguments of type SideDecoratorModifier and TypeMethodDescriptionfinal ObjectProperty
<SideDecorator> RichTextArea.leftDecoratorProperty()
Specifies the left-side paragraph decorator.final ObjectProperty
<SideDecorator> RichTextArea.rightDecoratorProperty()
Specifies the right-side paragraph decorator.Methods in jfx.incubator.scene.control.richtext with parameters of type SideDecoratorModifier and TypeMethodDescriptionfinal void
RichTextArea.setLeftDecorator
(SideDecorator d) Sets the value of theleftDecorator
property.final void
RichTextArea.setRightDecorator
(SideDecorator d) Sets the value of therightDecorator
property.