Uses of Class
jfx.incubator.scene.control.richtext.SelectionSegment
Packages that use SelectionSegment
Package
Description
Provides two controls for displaying and editing large, virtualized, rich text documents:
RichTextArea
and
CodeArea
.-
Uses of SelectionSegment in jfx.incubator.scene.control.richtext
Methods in jfx.incubator.scene.control.richtext that return SelectionSegmentModifier and TypeMethodDescriptionfinal SelectionSegment
RichTextArea.getSelection()
Gets the value of theselection
property.SelectionModel.getSelection()
Returns the current selection.SingleSelectionModel.getSelection()
Gets the value of theselection
property.Methods in jfx.incubator.scene.control.richtext that return types with arguments of type SelectionSegmentModifier and TypeMethodDescriptionfinal ReadOnlyProperty
<SelectionSegment> RichTextArea.selectionProperty()
Tracks the current selection.SelectionModel.selectionProperty()
Selection property.SingleSelectionModel.selectionProperty()