Uses of Class
jfx.incubator.scene.control.richtext.RichTextArea
Packages that use RichTextArea
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.Contains RichTextArea skin and related classes.
-
Uses of RichTextArea in jfx.incubator.scene.control.richtext
Classes in jfx.incubator.scene.control.richtext with type parameters of type RichTextAreaModifier and TypeInterfaceDescriptioninterface
StyleAttributeHandler<C extends RichTextArea,
T> This functional interface defines a style attribute handler.Subclasses of RichTextArea in jfx.incubator.scene.control.richtextModifier and TypeClassDescriptionclass
CodeArea is an editable text component which supports styling (for example, syntax highlighting) of plain text.Methods in jfx.incubator.scene.control.richtext with type parameters of type RichTextAreaModifier and TypeMethodDescription<C extends RichTextArea,
T>
voidStyleHandlerRegistry.process
(C control, boolean forParagraph, CellContext cx, StyleAttribute<T> a, T value) Invokes the handler, if present, for the specified attribute in the context of the specified control.<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. -
Uses of RichTextArea in jfx.incubator.scene.control.richtext.skin
Subclasses with type arguments of type RichTextArea in jfx.incubator.scene.control.richtext.skinModifier and TypeClassDescriptionclass
Provides visual representation for RichTextArea.Constructors in jfx.incubator.scene.control.richtext.skin with parameters of type RichTextArea