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 TypeClassDescriptionclassSide decorator which shows paragraph (line) numbers.Methods in jfx.incubator.scene.control.richtext that return SideDecoratorModifier and TypeMethodDescriptionfinal SideDecoratorRichTextArea.getLeftDecorator()Gets the value of theleftDecoratorproperty.final SideDecoratorRichTextArea.getRightDecorator()Gets the value of therightDecoratorproperty.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 voidRichTextArea.setLeftDecorator(SideDecorator d) Sets the value of theleftDecoratorproperty.final voidRichTextArea.setRightDecorator(SideDecorator d) Sets the value of therightDecoratorproperty.