Uses of Interface
jfx.incubator.scene.control.richtext.skin.CellContext
Packages that use CellContext
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 CellContext in jfx.incubator.scene.control.richtext
Methods in jfx.incubator.scene.control.richtext with parameters of type CellContextModifier and TypeMethodDescriptionvoid
StyleAttributeHandler.apply
(C control, CellContext cx, T value) Executes the attribute handler for the given control, cell context, and the attribute value.<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. -
Uses of CellContext in jfx.incubator.scene.control.richtext.skin
Methods in jfx.incubator.scene.control.richtext.skin with parameters of type CellContextModifier and TypeMethodDescriptionvoid
RichTextAreaSkin.applyStyles
(CellContext context, StyleAttributeMap attrs, boolean forParagraph) Applies styles based on supplied attribute set to either the whole paragraph or the text segment.