Contents
Class StyleAttribute<T>
java.lang.Object
jfx.incubator.scene.control.richtext.model.StyleAttribute<T>
- Type Parameters:
T
- the attribute value type
Style Attribute provides a way to specify style in the RichTextArea.
- Since:
- 24
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStyleAttribute
(String name, Class<T> type, boolean isParagraph) Constructs the style attribute. -
Method Summary