Uses of Enum Class
jfx.incubator.scene.control.richtext.skin.CellContext.RunDecor
Packages that use CellContext.RunDecor
Package
Description
Contains RichTextArea skin and related classes.
-
Uses of CellContext.RunDecor in jfx.incubator.scene.control.richtext.skin
Subclasses with type arguments of type CellContext.RunDecor in jfx.incubator.scene.control.richtext.skinModifier and TypeClassDescriptionstatic enumSpecifies the decoration type to be applied to multiple text segments.Methods in jfx.incubator.scene.control.richtext.skin that return CellContext.RunDecorModifier and TypeMethodDescriptionstatic CellContext.RunDecorReturns the enum constant of this class with the specified name.static CellContext.RunDecor[]CellContext.RunDecor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfx.incubator.scene.control.richtext.skin with parameters of type CellContext.RunDecorModifier and TypeMethodDescription<T> voidCellContext.decorateRun(StyleAttribute<T> a, CellContext.RunDecor type, String styleName) Decorates the current segment with the specified attribute by coalescing adjacent runs into a single decoration pass.