Uses of Class
jfx.incubator.scene.control.richtext.StyleHandlerRegistry
Packages that use StyleHandlerRegistry
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea and
CodeArea.-
Uses of StyleHandlerRegistry in jfx.incubator.scene.control.richtext
Fields in jfx.incubator.scene.control.richtext declared as StyleHandlerRegistryModifier and TypeFieldDescriptionprotected static final StyleHandlerRegistryRichTextArea.styleHandlerRegistryThe style handler registry instance, made available for use by subclasses to add support for new style attributes.Methods in jfx.incubator.scene.control.richtext that return StyleHandlerRegistryModifier and TypeMethodDescriptionStyleHandlerRegistry.Builder.build()Creates an immutable instance ofStyleHandlerRegistry.RichTextArea.getStyleHandlerRegistry()Returns the style handler registry for this control.Methods in jfx.incubator.scene.control.richtext with parameters of type StyleHandlerRegistryModifier and TypeMethodDescriptionstatic StyleHandlerRegistry.BuilderStyleHandlerRegistry.builder(StyleHandlerRegistry parent) Creates a builder initialized with the parent's registry content.