Uses of Enum Class
jfx.incubator.scene.control.richtext.LineEnding
Packages that use LineEnding
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea and
CodeArea.Provides common models for
RichTextArea and
CodeArea controls.-
Uses of LineEnding in jfx.incubator.scene.control.richtext
Subclasses with type arguments of type LineEnding in jfx.incubator.scene.control.richtextModifier and TypeClassDescriptionenumSpecifies line separator (line ending) characters.Methods in jfx.incubator.scene.control.richtext that return LineEndingModifier and TypeMethodDescriptionfinal LineEndingRichTextArea.getLineEnding()Convenience method which delegates toStyledTextModel.getLineEnding().static LineEndingLineEnding.system()Returns theLineEndingbased on the value of system line separator stringSystem.lineSeparator().static LineEndingReturns the enum constant of this class with the specified name.static LineEnding[]LineEnding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfx.incubator.scene.control.richtext with parameters of type LineEndingModifier and TypeMethodDescriptionfinal voidRichTextArea.setLineEnding(LineEnding value) Sets the model's line ending characters. -
Uses of LineEnding in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return LineEndingModifier and TypeMethodDescriptionfinal LineEndingStyledTextModel.getLineEnding()Specifies the line ending characters.Methods in jfx.incubator.scene.control.richtext.model with parameters of type LineEndingModifier and TypeMethodDescriptionstatic StyledOutputStyledOutput.forPlainText(LineEnding lineEnding) Creates an instance of a plain text StyledOutput with the specified line ending characters.final voidStyledTextModel.setLineEnding(LineEnding value) Sets the line ending characters.