Uses of Interface
jfx.incubator.scene.control.richtext.StyleAttributeHandler
Packages that use StyleAttributeHandler
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.-
Uses of StyleAttributeHandler in jfx.incubator.scene.control.richtext
Methods in jfx.incubator.scene.control.richtext with parameters of type StyleAttributeHandlerModifier and TypeMethodDescription<C extends RichTextArea,
T>
voidStyleHandlerRegistry.Builder.setParHandler
(StyleAttribute<T> a, StyleAttributeHandler<C, T> h) Sets the paragraph handler for the given attribute.<C extends RichTextArea,
T>
voidStyleHandlerRegistry.Builder.setSegHandler
(StyleAttribute<T> a, StyleAttributeHandler<C, T> h) Sets the text segment handler for the given attribute.