- GenericEditableStyledDocument<PS,SEG,S> - Class in org.fxmisc.richtext.model
-
Provides a basic implementation of
EditableStyledDocument
while still allowing a developer to specify its
generics.
- GenericEditableStyledDocument(Paragraph<PS, SEG, S>) - Constructor for class org.fxmisc.richtext.model.GenericEditableStyledDocument
-
- GenericEditableStyledDocument(ReadOnlyStyledDocument<PS, SEG, S>) - Constructor for class org.fxmisc.richtext.model.GenericEditableStyledDocument
-
- GenericEditableStyledDocument(PS, S, SegmentOps<SEG, S>) - Constructor for class org.fxmisc.richtext.model.GenericEditableStyledDocument
-
- GenericStyledArea<PS,SEG,S> - Class in org.fxmisc.richtext
-
- GenericStyledArea(PS, BiConsumer<TextFlow, PS>, S, EditableStyledDocument<PS, SEG, S>, TextOps<SEG, S>, boolean, Function<StyledSegment<SEG, S>, Node>) - Constructor for class org.fxmisc.richtext.GenericStyledArea
-
Creates an area with flexibility in all of its options.
- GenericStyledArea(PS, BiConsumer<TextFlow, PS>, S, EditableStyledDocument<PS, SEG, S>, TextOps<SEG, S>, Function<StyledSegment<SEG, S>, Node>) - Constructor for class org.fxmisc.richtext.GenericStyledArea
-
- GenericStyledArea(PS, BiConsumer<TextFlow, PS>, S, TextOps<SEG, S>, boolean, Function<StyledSegment<SEG, S>, Node>) - Constructor for class org.fxmisc.richtext.GenericStyledArea
-
- GenericStyledArea(PS, BiConsumer<TextFlow, PS>, S, TextOps<SEG, S>, Function<StyledSegment<SEG, S>, Node>) - Constructor for class org.fxmisc.richtext.GenericStyledArea
-
Creates a text area with empty text content.
- get(GenericStyledArea<?, ?, ?>) - Static method in class org.fxmisc.richtext.LineNumberFactory
-
- get(GenericStyledArea<?, ?, ?>, IntFunction<String>) - Static method in class org.fxmisc.richtext.LineNumberFactory
-
- getAbsolutePosition(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getAbsolutePosition(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
Returns the absolute position (i.e.
- getAbsolutePosition(int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns the absolute position (i.e.
- getAlignment() - Method in class org.fxmisc.richtext.StyledTextField
-
Gets the value of the property alignment.
- getAnchor() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The anchor of the selection.
- getAnchorColPosition() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Gets the value of the property anchorColPosition.
- getAnchorParIndex() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Gets the value of the property anchorParIndex.
- getAnchorPosition() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Gets the value of the property anchorPosition.
- getApplyParagraphStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getApplyParagraphStyle() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the style applicator.
- getArea() - Method in interface org.fxmisc.richtext.Caret
-
Gets the area with which this caret is associated.
- getArea() - Method in class org.fxmisc.richtext.CaretNode
-
- getArea() - Method in interface org.fxmisc.richtext.Selection
-
Gets the area with which this selection is associated
- getArea() - Method in class org.fxmisc.richtext.SelectionImpl
-
- getBackgroundColor() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property backgroundColor.
- getBean() - Method in class org.fxmisc.richtext.CustomStyleableProperty
-
- getBlinkRate() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property blinkRate.
- getBlinkRate() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property blinkRate.
- getBorderStrokeColor() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property borderStrokeColor.
- getBorderStrokeDashArray() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property borderStrokeDashArray.
- getBorderStrokeType() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property borderStrokeType.
- getBorderStrokeWidth() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property borderStrokeWidth.
- getCaretBounds() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property caretBounds.
- getCaretBounds() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property caretBounds.
- getCaretBounds() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Gets the bounds of the caret in the Screen's coordinate system or Optional.empty()
if caret is not visible in the viewport.
- getCaretBoundsOnScreen(T) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCaretBoundsOnScreen(T) - Method in interface org.fxmisc.richtext.ViewActions
-
Using the paragraph index of the "all paragraph" index system, returns the bounds of a caret on the
given paragraph or Optional.empty()
if no caret is on that paragraph or the pragraph is not visible.
- getCaretColumn() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The caret position within the current paragraph.
- getCaretName() - Method in interface org.fxmisc.richtext.Caret
-
Gets the name of this caret.
- getCaretName() - Method in class org.fxmisc.richtext.CaretNode
-
- getCaretPosition() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The current position of the caret, as a character offset in the text.
- getCaretSelectionBind() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCaretSelectionBind() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- getCharacterBoundsOnScreen(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCharacterBoundsOnScreen(int, int) - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the character bounds on screen
- getCharacterIndex() - Method in class org.fxmisc.richtext.CharacterHit
-
Returns an OptionalInt
whose value is present when the hit occurs within the visible
entity and is the index of the closest character to the give position on the screen.
- getCharacterIndex() - Method in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- getClassCssMetaData() - Static method in class org.fxmisc.richtext.CaretNode
-
- getClassCssMetaData() - Static method in class org.fxmisc.richtext.GenericStyledArea
-
- getClassCssMetaData() - Static method in class org.fxmisc.richtext.SelectionPath
-
- getClassCssMetaData() - Static method in class org.fxmisc.richtext.StyledTextField
-
- getColumnPosition() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property columnPosition.
- getColumnPosition() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property columnPosition.
- getContent() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getContent() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The underlying document of this area that can be displayed by multiple StyledTextArea
s.
- getContextMenu() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getContextMenu() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the ContextMenu
for the area, which is by default null.
- getContextMenuXOffset() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property contextMenuXOffset.
- getContextMenuXOffset() - Method in interface org.fxmisc.richtext.ViewActions
-
- getContextMenuYOffset() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property contextMenuYOffset.
- getContextMenuYOffset() - Method in interface org.fxmisc.richtext.ViewActions
-
- getCssMetaData() - Method in class org.fxmisc.richtext.CaretNode
-
- getCssMetaData() - Method in class org.fxmisc.richtext.CustomStyleableProperty
-
- getCssMetaData() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCssMetaData() - Method in class org.fxmisc.richtext.SelectionPath
-
- getCssMetaData() - Method in class org.fxmisc.richtext.StyledTextField
-
- getCssMetaData() - Method in class org.fxmisc.richtext.TextExt
-
- getCurrentLineEndInParargraph() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCurrentLineStartInParargraph() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getCurrentParagraph() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Index of the current paragraph, i.e.
- getDocument() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getDocument() - Method in class org.fxmisc.richtext.model.Replacement
-
- getDocument() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Rich-text content of this text-editing area.
- getEnd() - Method in class org.fxmisc.richtext.model.Replacement
-
- getEndColumnPosition() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property endColumnPosition.
- getEndColumnPosition() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property endColumnPosition.
- getEndParagraphIndex() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property endParagraphIndex.
- getEndParagraphIndex() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property endParagraphIndex.
- getEndPosition() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property endPosition.
- getEndPosition() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property endPosition.
- getHighlightFill() - Method in class org.fxmisc.richtext.SelectionPath
-
Gets the value of the property highlightFill.
- getInitialParagraphStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getInitialParagraphStyle() - Method in interface org.fxmisc.richtext.StyleActions
-
Style used by default when no other style is provided.
- getInitialTextStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getInitialTextStyle() - Method in interface org.fxmisc.richtext.StyleActions
-
Style used by default when no other style is provided.
- getInserted() - Method in class org.fxmisc.richtext.model.TextChange
-
- getInsertionEnd() - Method in class org.fxmisc.richtext.model.TextChange
-
Returns the position where the inserted ends (e.g.
- getInsertionIndex() - Method in class org.fxmisc.richtext.CharacterHit
-
- getLength() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Gets the value of the property length.
- getLength() - Method in class org.fxmisc.richtext.model.StyleSpan
-
- getLength() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property length.
- getLength() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property length.
- getLength() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The number of characters in this text-editing area.
- getLineIndex() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property lineIndex.
- getLineIndex() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property lineIndex.
- getLocale() - Method in class org.fxmisc.richtext.GenericStyledArea
-
This is used to determine word and sentence breaks while navigating or selecting.
- getLocale() - Method in interface org.fxmisc.richtext.TextEditingArea
-
This is used to determine word and sentence breaks while navigating or selecting.
- getMajor() - Method in interface org.fxmisc.richtext.model.TwoDimensional.Position
-
The major dimension, e.g.
- getMinor() - Method in interface org.fxmisc.richtext.model.TwoDimensional.Position
-
The minor dimension, e.g.
- getMouseOverTextDelay() - Method in interface org.fxmisc.richtext.ViewActions
-
Defines how long the mouse has to stay still over the text before a
MouseOverTextEvent
of type
MOUSE_OVER_TEXT_BEGIN
is
fired on this text area.
- getName() - Method in class org.fxmisc.richtext.CustomStyleableProperty
-
- getName() - Method in interface org.fxmisc.richtext.model.Codec
-
- getNetLength() - Method in class org.fxmisc.richtext.model.Replacement
-
Shortcut for document.length() - (end - start)
- getNetLength() - Method in class org.fxmisc.richtext.model.TextChange
-
Gets the net length of this change (i.e., insertedLength() - removedLength()
)
- getOnAction() - Method in class org.fxmisc.richtext.StyledTextField
-
Gets the value of the property onAction.
- getOnInsideSelectionMousePressReleased() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property onInsideSelectionMousePressReleased.
- getOnInsideSelectionMousePressReleased() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the value of the property onInsideSelectionMousePressReleased.
- getOnNewSelectionDrag() - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the consumer when the mouse is dragged in this scenario: the user has pressed the mouse over some
unselected text, and dragged the mouse to a new location within the area, but has not yet released the mouse.
- getOnNewSelectionDragFinished() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property onNewSelectionDragFinished.
- getOnNewSelectionDragFinished() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the value of the property onNewSelectionDragFinished.
- getOnOutsideSelectionMousePressed() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property onOutsideSelectionMousePressed.
- getOnOutsideSelectionMousePressed() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the value of the property onOutsideSelectionMousePressed.
- getOnSelectionDrag() - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the consumer when the mouse is dragged in this scenario: the user has selected some text,
pressed the mouse on top of the selection, dragged it to a new location within the area,
but has not yet released the mouse.
- getOnSelectionDropped() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property onSelectionDropped.
- getOnSelectionDropped() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the value of the property onSelectionDropped.
- getParagraph(int) - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
- getParagraph(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getParagraph(int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
- getParagraphBoundsOnScreen(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphBoundsOnScreen(int) - Method in interface org.fxmisc.richtext.ViewActions
-
Returns the bounds of the paragraph if it is visible or Optional.empty()
if it's not.
- getParagraphCount() - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
- getParagraphGraphic(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphGraphicFactory() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the function that maps a line index to a node that is positioned to the left of the first character
in a paragraph's text.
- getParagraphIndex() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property paragraphIndex.
- getParagraphIndex() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property paragraphIndex.
- getParagraphInsertionStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphLength(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getParagraphLength(int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
- getParagraphLinesCount(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphLinesCount(int) - Method in interface org.fxmisc.richtext.ViewActions
-
- getParagraphs() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphs() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
- getParagraphs() - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
- getParagraphs() - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getParagraphs() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Unmodifiable observable list of paragraphs in this text area.
- getParagraphSelection(int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns the selection range in the given paragraph.
- getParagraphSelection(Selection, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphSelection(Selection, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
- getParagraphSpan() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property paragraphSpan.
- getParagraphSpan() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property paragraphSpan.
- getParagraphStyle() - Method in class org.fxmisc.richtext.model.Paragraph
-
- getParagraphStyle(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getParagraphStyleAtPosition(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getParagraphStyleForInsertionAt(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getParagraphStyleForInsertionAt(int) - Method in interface org.fxmisc.richtext.StyleActions
-
- getPlaceholder() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property placeholder.
- getPosition() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property position.
- getPosition() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property position.
- getPosition() - Method in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- getPosition() - Method in class org.fxmisc.richtext.event.MouseStationaryEvent
-
- getPosition() - Method in class org.fxmisc.richtext.model.TextChange
-
Gets the start position of where the replacement happened
- getPromptText() - Method in class org.fxmisc.richtext.StyledTextField
-
Gets the value of the property promptText.
- getRange() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property range.
- getRange() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property range.
- getRemovalEnd() - Method in class org.fxmisc.richtext.model.TextChange
-
Returns the position where the removal ends (e.g.
- getRemoved() - Method in class org.fxmisc.richtext.model.TextChange
-
- getScenePosition() - Method in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- getScenePosition() - Method in class org.fxmisc.richtext.event.MouseStationaryEvent
-
- getScreenPosition() - Method in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- getScreenPosition() - Method in class org.fxmisc.richtext.event.MouseStationaryEvent
-
- getSegment() - Method in class org.fxmisc.richtext.model.StyledSegment
-
- getSegments() - Method in class org.fxmisc.richtext.model.Paragraph
-
- getSegOps() - Method in interface org.fxmisc.richtext.ClipboardActions
-
- getSegOps() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getSegOps() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns the object used for operating over
segments
and their styles
- getSelectedDocument() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property selectedDocument.
- getSelectedDocument() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property selectedDocument.
- getSelectedText() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property selectedText.
- getSelectedText() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property selectedText.
- getSelectedText() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The selected text.
- getSelection() - Method in interface org.fxmisc.richtext.TextEditingArea
-
The selection range.
- getSelectionBounds() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property selectionBounds.
- getSelectionBounds() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property selectionBounds.
- getSelectionBounds() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Gets the bounds of the selection in the Screen's coordinate system if something is selected and visible in the
viewport or Optional.empty()
if selection is not visible in the viewport.
- getSelectionName() - Method in interface org.fxmisc.richtext.Selection
-
Gets the name of this selection.
- getSelectionName() - Method in class org.fxmisc.richtext.SelectionImpl
-
- getShowCaret() - Method in interface org.fxmisc.richtext.Caret
-
Gets the value of the property showCaret.
- getShowCaret() - Method in class org.fxmisc.richtext.CaretNode
-
Gets the value of the property showCaret.
- getShowCaret() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Indicates when this text area should display a caret.
- getSpanCount() - Method in interface org.fxmisc.richtext.model.StyleSpans
-
- getStart() - Method in class org.fxmisc.richtext.model.Replacement
-
- getStartColumnPosition() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property startColumnPosition.
- getStartColumnPosition() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property startColumnPosition.
- getStartParagraphIndex() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property startParagraphIndex.
- getStartParagraphIndex() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property startParagraphIndex.
- getStartPosition() - Method in interface org.fxmisc.richtext.Selection
-
Gets the value of the property startPosition.
- getStartPosition() - Method in class org.fxmisc.richtext.SelectionImpl
-
Gets the value of the property startPosition.
- getStyle() - Method in class org.fxmisc.richtext.model.StyledSegment
-
- getStyle() - Method in class org.fxmisc.richtext.model.StyleSpan
-
- getStyleableProperty(S) - Method in class org.fxmisc.richtext.CustomCssMetaData
-
- getStyleAtPosition(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleAtPosition(int) - Method in class org.fxmisc.richtext.model.Paragraph
-
Returns the style at the given position.
- getStyleAtPosition(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleAtPosition(int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the style at the given position.
- getStyleAtPosition(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleAtPosition(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleAtPosition(int, int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the style at the given position in the given paragraph.
- getStyleCodecs() - Method in interface org.fxmisc.richtext.ClipboardActions
-
Gets codecs to encode/decode style information to/from binary format.
- getStyleCodecs() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyledSegments() - Method in class org.fxmisc.richtext.model.Paragraph
-
Since the segments and styles in a paragraph are stored separate from another, combines these two collections
into a single collection where each segment and its corresponding style are grouped into the same object.
- getStyleOfChar(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleOfChar(int) - Method in class org.fxmisc.richtext.model.Paragraph
-
Returns the style of character with the given index.
- getStyleOfChar(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleOfChar(int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the style of the character with the given index.
- getStyleOfChar(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleOfChar(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleOfChar(int, int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the style of the character with the given index in the given
paragraph.
- getStyleRangeAtPosition(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleRangeAtPosition(int) - Method in class org.fxmisc.richtext.model.Paragraph
-
Returns the range of homogeneous style that includes the given position.
- getStyleRangeAtPosition(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleRangeAtPosition(int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the range of homogeneous style that includes the given position.
- getStyleRangeAtPosition(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleRangeAtPosition(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleRangeAtPosition(int, int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the range of homogeneous style that includes the given position
in the given paragraph.
- getStyleSpan(int) - Method in interface org.fxmisc.richtext.model.StyleSpans
-
- getStyleSpans() - Method in class org.fxmisc.richtext.model.Paragraph
-
- getStyleSpans(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleSpans(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleSpans(int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns styles of the whole paragraph.
- getStyleSpans(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleSpans(int, int) - Method in class org.fxmisc.richtext.model.Paragraph
-
- getStyleSpans(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleSpans(int, int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the styles in the given character range.
- getStyleSpans(int, int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getStyleSpans(int, int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getStyleSpans(int, int, int) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the styles in the given character range of the given paragraph.
- getStyleSpans(int, IndexRange) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the styles in the given character range of the given paragraph.
- getStyleSpans(IndexRange) - Method in interface org.fxmisc.richtext.StyleActions
-
Returns the styles in the given character range.
- getTargetObject() - Method in interface org.fxmisc.richtext.model.TwoDimensional.Position
-
The TwoDimensional object that this position refers to.
- getTargetOffset() - Method in interface org.fxmisc.richtext.Caret
-
Stores the caret's current column position, so that moving the caret vertically will keep it close to its
original offset in a line.
- getTargetOffset() - Method in class org.fxmisc.richtext.CaretNode
-
- getText() - Method in class org.fxmisc.richtext.model.Paragraph
-
Returns the plain text content of this paragraph,
not including the line terminator.
- getText() - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
- getText() - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getText() - Method in interface org.fxmisc.richtext.TextEditingArea
-
Text content of this text-editing area.
- getText(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getText(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getText(int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns text content of the given paragraph.
- getText(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getText(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getText(int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns text content of the given character range.
- getText(int, int, int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns text content of the given character range.
- getText(IndexRange) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getText(IndexRange) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- getText(IndexRange) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns text content of the given character range.
- getText(SEG) - Method in interface org.fxmisc.richtext.model.SegmentOps
-
- getText(SEG) - Method in class org.fxmisc.richtext.model.SegmentOpsBase
-
- getTextInsertionStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getTextStyleForInsertionAt(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getTextStyleForInsertionAt(int) - Method in interface org.fxmisc.richtext.StyleActions
-
- getUnderlineCap() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property underlineCap.
- getUnderlineColor() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property underlineColor.
- getUnderlineDashArray() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property underlineDashArray.
- getUnderlineWidth() - Method in class org.fxmisc.richtext.TextExt
-
Gets the value of the property underlineWidth.
- getUnderlyingCaret() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- getUnderlyingSelection() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- getUndoManager() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getUndoManager() - Method in interface org.fxmisc.richtext.UndoActions
-
Undo manager of this text area.
- getUseInitialStyleForInsertion() - Method in interface org.fxmisc.richtext.StyleActions
-
Indicates whether the initial style should also be used for plain text
inserted into this text area.
- getViewportHeight() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getViewportHeight() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the height of the viewport and ignores the padding values added to the area.
- getVisibleParagraphBoundsOnScreen(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getVisibleParagraphBoundsOnScreen(int) - Method in interface org.fxmisc.richtext.ViewActions
-
Returns the bounds of the paragraph if it is visible or Optional.empty()
if it's not.
- getVisibleParagraphs() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- getVisibleParagraphs() - Method in interface org.fxmisc.richtext.ViewActions
-
Gets the visible paragraphs, even the ones that are barely displayed.
- InlineCssTextArea - Class in org.fxmisc.richtext
-
Text area that uses inline css to define style of text segments and paragraphs.
- InlineCssTextArea() - Constructor for class org.fxmisc.richtext.InlineCssTextArea
-
Creates a blank area
- InlineCssTextArea(String) - Constructor for class org.fxmisc.richtext.InlineCssTextArea
-
Creates a text area with initial text content.
- InlineCssTextArea(EditableStyledDocument<String, String, String>) - Constructor for class org.fxmisc.richtext.InlineCssTextArea
-
- InlineCssTextField - Class in org.fxmisc.richtext
-
A TextField that uses inline CSS, i.e.
- InlineCssTextField() - Constructor for class org.fxmisc.richtext.InlineCssTextField
-
- InlineCssTextField(String) - Constructor for class org.fxmisc.richtext.InlineCssTextField
-
- insert(int, int, StyledDocument<PS, SEG, S>) - Method in interface org.fxmisc.richtext.EditActions
-
Inserts the given rich-text content at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insert(int, int, StyledDocument<PS, SEG, S>) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given rich-text content at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insert(int, String, String) - Method in class org.fxmisc.richtext.StyleClassedTextArea
-
Convenient method to insert text together with a single style class.
- insert(int, String, String) - Method in class org.fxmisc.richtext.StyleClassedTextField
-
Convenient method to insert text together with a single style class.
- insert(int, StyledDocument<PS, SEG, S>) - Method in interface org.fxmisc.richtext.EditActions
-
Inserts the given rich-text content at the given position.
- insert(int, StyledDocument<PS, SEG, S>) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given rich-text content at the given position.
- insert(int, SEG, S) - Method in interface org.fxmisc.richtext.EditActions
-
Inserts text with a style at the given position.
- insertAbsolutely(int, int, StyledDocument<PS, SEG, S>) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given rich-text content at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insertAbsolutely(int, StyledDocument<PS, SEG, S>) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given rich-text content at the given position.
- inserted - Variable in class org.fxmisc.richtext.model.TextChange
-
- insertedLength() - Method in class org.fxmisc.richtext.model.PlainTextChange
-
- insertedLength() - Method in class org.fxmisc.richtext.model.RichTextChange
-
- insertedLength() - Method in class org.fxmisc.richtext.model.TextChange
-
- insertionAt(int) - Static method in class org.fxmisc.richtext.CharacterHit
-
Returns a
CharacterHit
for cases where the insertion occurs outside the bounds of some visible entity
(e.g.
- insertText(int, int, String) - Method in interface org.fxmisc.richtext.EditActions
-
Inserts the given text at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insertText(int, int, String) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given text at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insertText(int, String) - Method in interface org.fxmisc.richtext.EditActions
-
Inserts the given text at the given position.
- insertText(int, String) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given text at the given position.
- insertTextAbsolutely(int, int, String) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given text at the position returned from
getAbsolutePosition(paragraphIndex, columnPosition)
.
- insertTextAbsolutely(int, String) - Method in class org.fxmisc.richtext.MultiChangeBuilder
-
Inserts the given text at the given position.
- install(Duration) - Method in class org.fxmisc.richtext.event.MouseStationaryHelper
-
Sets up the code to fire a BEGIN
event when the mouse becomes stationary over the node and has not
moved for the given amount of time (delay
), and to fire a END
event when the stationary
mouse moves again.
- invert() - Method in class org.fxmisc.richtext.model.TextChange
-
Returns a new subclass of
TextChange
that makes the
inserted
the removed object and
the
removed
the inserted object
- isAutoScrollOnDragDesired() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property autoScrollOnDragDesired.
- isAutoScrollOnDragDesired() - Method in interface org.fxmisc.richtext.ViewActions
-
Indicates whether area should auto scroll towards a MouseEvent.MOUSE_DRAGGED
event.
- isBeingUpdated() - Method in interface org.fxmisc.richtext.Caret
-
- isBeingUpdated() - Method in class org.fxmisc.richtext.CaretNode
-
- isBeingUpdated() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
- isBeingUpdated() - Method in interface org.fxmisc.richtext.Selection
-
- isBeingUpdated() - Method in class org.fxmisc.richtext.SelectionImpl
-
- isBeingUpdated() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- isContextMenuPresent() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- isEditable() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property editable.
- isEditable() - Method in interface org.fxmisc.richtext.ViewActions
-
Indicates whether this text area can be edited by the user.
- isIdentity() - Method in class org.fxmisc.richtext.model.TextChange
-
Returns true if this change is an identity change: applying it does nothing as it removes what it inserts.
- isJavaEight() - Static method in class org.fxmisc.richtext.JavaFXCompatibility
-
There is a Java 9 version of this that returns false in src/main/java9/...
- isLineHighlighterOn() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- isPlainTextIdentity() - Method in class org.fxmisc.richtext.model.RichTextChange
-
- isPreserveStyle() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- isPreserveStyle() - Method in interface org.fxmisc.richtext.StyleActions
-
Indicates whether style should be preserved on undo/redo (and in the future copy/paste and text move).
- isRedoAvailable() - Method in interface org.fxmisc.richtext.UndoActions
-
- isSettable(S) - Method in class org.fxmisc.richtext.CustomCssMetaData
-
- isUndoAvailable() - Method in interface org.fxmisc.richtext.UndoActions
-
- isVisible() - Method in interface org.fxmisc.richtext.Caret
-
- isWrapText() - Method in class org.fxmisc.richtext.GenericStyledArea
-
Gets the value of the property wrapText.
- isWrapText() - Method in class org.fxmisc.richtext.StyledTextField
-
This always returns false for styled text fields.
- isWrapText() - Method in interface org.fxmisc.richtext.ViewActions
-
When a run of text exceeds the width of the text region,
then this property indicates whether the text should wrap
onto another line.
- iterator() - Method in interface org.fxmisc.richtext.model.StyleSpans
-
- iterator() - Method in class org.fxmisc.richtext.util.SubscribeableContentsObsSet
-
- mapParagraphs(UnaryOperator<Paragraph<PS, SEG, S>>) - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
Maps all of this document's paragraphs using the given mapper and returns them in a new
ReadOnlyStyledDocument
.
- mapStyles(UnaryOperator<S>) - Method in interface org.fxmisc.richtext.model.StyleSpans
-
Returns a new StyleSpans
object that has the same total length
as this StyleSpans and style of every span is mapped by the given
function.
- mergeWith(Self) - Method in class org.fxmisc.richtext.model.TextChange
-
Merges this change with the given change, if possible.
- MOUSE_OVER_TEXT_BEGIN - Static variable in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- MOUSE_OVER_TEXT_END - Static variable in class org.fxmisc.richtext.event.MouseOverTextEvent
-
- MOUSE_STATIONARY_BEGIN - Static variable in class org.fxmisc.richtext.event.MouseStationaryEvent
-
- MOUSE_STATIONARY_END - Static variable in class org.fxmisc.richtext.event.MouseStationaryEvent
-
- mouseOverTextDelayProperty() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- mouseOverTextDelayProperty() - Method in interface org.fxmisc.richtext.ViewActions
-
- MouseOverTextEvent - Class in org.fxmisc.richtext.event
-
- MouseStationaryEvent - Class in org.fxmisc.richtext.event
-
- MouseStationaryHelper - Class in org.fxmisc.richtext.event
-
Helper class for setting up the code that will fire both kinds of
MouseStationaryEvent
when
these events occur.
- MouseStationaryHelper(Node) - Constructor for class org.fxmisc.richtext.event.MouseStationaryHelper
-
Creates a helper class that can install/uninstall the code needed to fire events when the mouse becomes
stationary over the given node.
- moveBreaksBackwards(int, BreakIterator) - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret backwards by the number of breaks.
- moveBreaksBackwards(int, BreakIterator) - Method in class org.fxmisc.richtext.CaretNode
-
- moveBreaksBackwards(int, BreakIterator) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret backwards by the number of breaks and clears any selection
- moveBreaksForwards(int, BreakIterator) - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret forwards by the number of breaks.
- moveBreaksForwards(int, BreakIterator) - Method in class org.fxmisc.richtext.CaretNode
-
- moveBreaksForwards(int, BreakIterator) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret forwards by the number of breaks and clears any selection
- moveSelectedText(int) - Method in interface org.fxmisc.richtext.EditActions
-
If something is currently selected and the given position is outside of the selection, moves the selected
rich-text document to the given position by deleting it from the area and re-inserting it at the given position.
- moveSentenceBreaksBackwards(int) - Method in interface org.fxmisc.richtext.Caret
-
- moveSentenceBreaksForwards(int) - Method in interface org.fxmisc.richtext.Caret
-
- moveTo(int) - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the given position in the area.
- moveTo(int) - Method in class org.fxmisc.richtext.CaretNode
-
- moveTo(int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the given position in the text and clears any selection.
- moveTo(int) - Method in interface org.fxmisc.richtext.NavigationActions
-
Moves the caret to the given position in the text and clears any selection.
- moveTo(int, int) - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the given position in the area.
- moveTo(int, int) - Method in class org.fxmisc.richtext.CaretNode
-
- moveTo(int, int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveTo(int, int) - Method in interface org.fxmisc.richtext.NavigationActions
-
Moves the caret to the position returned from getAbsolutePosition(paragraphIndex, columnIndex)
and clears any selection.
- moveTo(int, int, NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveTo(int, int, NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.NavigationActions
-
Moves the caret to the position returned from
getAbsolutePosition(paragraphIndex, columnIndex)
using the given selection policy.
- moveTo(int, NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the position indicated by pos
.
- moveTo(int, NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.NavigationActions
-
Moves the caret to the given position.
- moveToAreaEnd() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the end of the area.
- moveToAreaEnd() - Method in class org.fxmisc.richtext.CaretNode
-
- moveToAreaEnd() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the end of the area and clears any selection
- moveToAreaEnd(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveToAreaStart() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the beginning of the area.
- moveToAreaStart() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the beginning of the area and clears any selection
- moveToAreaStart(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveToNextChar() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret forward one char in the text.
- moveToNextChar() - Method in class org.fxmisc.richtext.CaretNode
-
- moveToNextChar() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret forward one char in the text and clears any selection
- moveToNextChar(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret forward one char in the text.
- moveToParEnd() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the end of the current paragraph.
- moveToParEnd() - Method in class org.fxmisc.richtext.CaretNode
-
- moveToParEnd() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the end of the current paragraph and clears any selection
- moveToParEnd(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveToParStart() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret to the beginning of the current paragraph.
- moveToParStart() - Method in class org.fxmisc.richtext.CaretNode
-
- moveToParStart() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret to the beginning of the current paragraph and clears any selection
- moveToParStart(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- moveToPrevChar() - Method in interface org.fxmisc.richtext.Caret
-
Moves the caret backward one char in the text.
- moveToPrevChar() - Method in class org.fxmisc.richtext.CaretNode
-
- moveToPrevChar() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret backward one char in the text and clears any selection
- moveToPrevChar(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Moves the caret backward one char in the text.
- moveWordBreaksBackwards(int) - Method in interface org.fxmisc.richtext.Caret
-
- moveWordBreaksForwards(int) - Method in interface org.fxmisc.richtext.Caret
-
- MultiChangeBuilder<PS,SEG,S> - Class in org.fxmisc.richtext
-
- multiPlainChanges() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- multiPlainChanges() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Returns an
EventStream
that emits a
List
of
PlainTextChange
s every time a non-style
change is made to this document.
- multiPlainChanges() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- multiRichChanges() - Method in class org.fxmisc.richtext.GenericStyledArea
-
- multiRichChanges() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Returns an
EventStream
that emits a
List
of
RichTextChange
s every time a change is made
to this document, even when such a change does not modify the underlying document in any way.
- multiRichChanges() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- sameAs(TwoDimensional.Position) - Method in interface org.fxmisc.richtext.model.TwoDimensional.Position
-
Returns true
if the given position is equal to this
position, that is they both point to the same place in the
same two-dimensional object.
- scrollBy(Point2D) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- scrollXBy(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- scrollXToPixel(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- scrollYBy(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- scrollYToPixel(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- SegmentOps<SEG,S> - Interface in org.fxmisc.richtext.model
-
Defines the operations which are supported on a specific segment type.
- SegmentOpsBase<SEG,S> - Class in org.fxmisc.richtext.model
-
Provides a base for properly implementing the
SegmentOps
interface and reduces boilerplate,
so that a developer only needs to implement methods for real segments, not empty ones.
- SegmentOpsBase(SEG) - Constructor for class org.fxmisc.richtext.model.SegmentOpsBase
-
Creates a
SegmentOpsBase
that returns
emptySeg
every time an empty segment should be returned
- selectAll() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects everything in the area and moves the caret to either the start of the new selection if the anchor was
equal to the original start or the end if the anchor was equal to the original end
- selectAll() - Method in interface org.fxmisc.richtext.NavigationActions
-
Selects everything in the area.
- selectAll() - Method in interface org.fxmisc.richtext.Selection
-
- selectAll() - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectedDocumentProperty() - Method in interface org.fxmisc.richtext.Selection
-
- selectedDocumentProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectedTextProperty() - Method in interface org.fxmisc.richtext.Selection
-
- selectedTextProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectedTextProperty() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- Selection<PS,SEG,S> - Interface in org.fxmisc.richtext
-
An object for encapsulating a selection in a given area.
- Selection.Direction - Enum in org.fxmisc.richtext
-
Specifies whether to update the start/end value of a selection to the left (towards 0) or right (away from 0)
- selectionBoundsProperty() - Method in interface org.fxmisc.richtext.Selection
-
The selectionBoundsProperty of the selection in the Screen's coordinate system if something is selected and visible in the
viewport, or Optional.empty()
if selection is not visible in the viewport.
- selectionBoundsProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectionBoundsProperty() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- SelectionImpl<PS,SEG,S> - Class in org.fxmisc.richtext
-
- SelectionImpl(String, GenericStyledArea<PS, SEG, S>) - Constructor for class org.fxmisc.richtext.SelectionImpl
-
Creates a selection with both the start and end position at 0.
- SelectionImpl(String, GenericStyledArea<PS, SEG, S>, int, int) - Constructor for class org.fxmisc.richtext.SelectionImpl
-
Creates a selection.
- SelectionImpl(String, GenericStyledArea<PS, SEG, S>, Consumer<SelectionPath>) - Constructor for class org.fxmisc.richtext.SelectionImpl
-
Creates a selection with customized configuration via configurePath
with both the start and end position at 0.
- SelectionPath - Class in org.fxmisc.richtext
-
A Path used to render a portion of a mulit-paragraph selection or all of a single-paragraph selection
with additional CSS styling; it does not have a style class associated with it.
- selectionProperty() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- selectLine() - Method in interface org.fxmisc.richtext.ViewActions
-
Selects the current line of a multi-line paragraph.
- selectParagraph() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
- selectParagraph() - Method in interface org.fxmisc.richtext.NavigationActions
-
Selects the current paragraph.
- selectParagraph(int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects the given paragraph and moves the caret to either the start of the new selection if the anchor was
equal to the original start or the end if the anchor was equal to the original end
- selectParagraph(int) - Method in interface org.fxmisc.richtext.Selection
-
- selectParagraph(int) - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectRange(int, int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects the given range and moves the caret to either the start of the new selection if the anchor was equal to
the original start or the end if the anchor was equal to the original end
- selectRange(int, int) - Method in interface org.fxmisc.richtext.Selection
-
Selects the given range.
- selectRange(int, int) - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectRange(int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Positions the anchor and caretPosition explicitly,
effectively creating a selection.
- selectRange(int, int, int, int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects the given range and moves the caret to either the start of the new selection if the anchor was equal to
the original start or the end if the anchor was equal to the original end
- selectRange(int, int, int, int) - Method in interface org.fxmisc.richtext.Selection
-
Selects the given range.
- selectRange(int, int, int, int) - Method in class org.fxmisc.richtext.SelectionImpl
-
- selectRange(int, int, int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Positions the anchor and caretPosition explicitly,
effectively creating a selection.
- selectRangeExpl(int, int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Positions the anchor and caretPosition explicitly,
effectively creating a selection.
- selectRangeExpl(int, int, int, int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Positions the anchor and caretPosition explicitly,
effectively creating a selection.
- selectWord() - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects the word closest to the caret
- selectWord() - Method in class org.fxmisc.richtext.CodeArea
-
- selectWord() - Method in interface org.fxmisc.richtext.NavigationActions
-
Selects the word closest to the caret
- selectWord(int) - Method in interface org.fxmisc.richtext.CaretSelectionBind
-
Selects the closest word to the given position in the area and moves the caret to either the start of the new
selection if the anchor was equal to the original start or the end if the anchor was equal to the original end
- selectWord(int) - Method in interface org.fxmisc.richtext.Selection
-
- selectWord(int) - Method in class org.fxmisc.richtext.SelectionImpl
-
- setAlignment(TextAlignment) - Method in class org.fxmisc.richtext.StyledTextField
-
Sets the value of the property alignment.
- setAutoScrollOnDragDesired(boolean) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property autoScrollOnDragDesired.
- setAutoScrollOnDragDesired(boolean) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property autoScrollOnDragDesired.
- setBackgroundColor(Paint) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property backgroundColor.
- setBlinkRate(Duration) - Method in interface org.fxmisc.richtext.Caret
-
Sets the value of the property blinkRate.
- setBlinkRate(Duration) - Method in class org.fxmisc.richtext.CaretNode
-
Sets the value of the property blinkRate.
- setBorderStrokeColor(Paint) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property borderStrokeColor.
- setBorderStrokeDashArray(Number[]) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property borderStrokeDashArray.
- setBorderStrokeType(StrokeType) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property borderStrokeType.
- setBorderStrokeWidth(Number) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property borderStrokeWidth.
- setContextMenu(ContextMenu) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setContextMenu(ContextMenu) - Method in interface org.fxmisc.richtext.ViewActions
-
- setContextMenuXOffset(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property contextMenuXOffset.
- setContextMenuXOffset(double) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property contextMenuXOffset.
- setContextMenuYOffset(double) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property contextMenuYOffset.
- setContextMenuYOffset(double) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property contextMenuYOffset.
- setEditable(boolean) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property editable.
- setEditable(boolean) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property editable.
- setHighlightFill(Paint) - Method in class org.fxmisc.richtext.SelectionPath
-
Sets the value of the property highlightFill.
- setLineHighlighterFill(Paint) - Method in class org.fxmisc.richtext.GenericStyledArea
-
The default fill is "highlighter" yellow.
- setLineHighlighterOn(boolean) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Highlights the line that the main caret is on.
Line highlighting automatically follows the caret.
- setLocale(Locale) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setMouseOverTextDelay(Duration) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property mouseOverTextDelay.
- setOnAction(EventHandler<ActionEvent>) - Method in class org.fxmisc.richtext.StyledTextField
-
Sets the value of the property onAction.
- setOnInsideSelectionMousePressReleased(EventHandler<MouseEvent>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property onInsideSelectionMousePressReleased.
- setOnInsideSelectionMousePressReleased(EventHandler<MouseEvent>) - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the EventHandler when the mouse is released in this scenario: the user has selected some text and then
"clicked" the mouse somewhere in that selection (the use pressed the mouse, did not drag it,
and released the mouse).
- setOnNewSelectionDrag(Consumer<Point2D>) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property onNewSelectionDrag.
- setOnNewSelectionDragFinished(EventHandler<MouseEvent>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property onNewSelectionDragFinished.
- setOnNewSelectionDragFinished(EventHandler<MouseEvent>) - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the EventHandler when the mouse is released in this scenario: the user has pressed the mouse over some
unselected text, and dragged the mouse to a new location within the area, and released the mouse.
- setOnOutsideSelectionMousePressed(EventHandler<MouseEvent>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property onOutsideSelectionMousePressed.
- setOnOutsideSelectionMousePressed(EventHandler<MouseEvent>) - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the EventHandler when the user pressed the mouse over unselected text within the area.
- setOnSelectionDrag(Consumer<Point2D>) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property onSelectionDrag.
- setOnSelectionDropped(EventHandler<MouseEvent>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property onSelectionDropped.
- setOnSelectionDropped(EventHandler<MouseEvent>) - Method in interface org.fxmisc.richtext.ViewActions
-
Runs the EventHandler when the mouse is released in this scenario: the user has selected some text,
pressed the mouse on top of the selection, dragged it to a new location within the area,
and released the mouse within the area.
- setParagraphGraphicFactory(IntFunction<? extends Node>) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property paragraphGraphicFactory.
- setParagraphInsertionStyle(PS) - Method in class org.fxmisc.richtext.GenericStyledArea
-
If you want to preset the style to be used.
- setParagraphStyle(int, PS) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setParagraphStyle(int, PS) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Sets the given paragraph to the given paragraph style
- setParagraphStyle(int, PS) - Method in interface org.fxmisc.richtext.StyleActions
-
Sets style for the whole paragraph.
- setParagraphStyle(PS) - Method in class org.fxmisc.richtext.model.Paragraph
-
Creates a new Paragraph which has the same contents as the current Paragraph,
but the given paragraph style.
- setPlaceholder(Node) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property placeholder.
- setPromptText(Text) - Method in class org.fxmisc.richtext.StyledTextField
-
Sets the value of the property promptText.
- setShowCaret(Caret.CaretVisibility) - Method in interface org.fxmisc.richtext.Caret
-
Sets the value of the property showCaret.
- setShowCaret(Caret.CaretVisibility) - Method in class org.fxmisc.richtext.CaretNode
-
Sets the value of the property showCaret.
- setShowCaret(Caret.CaretVisibility) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Sets the value of the property showCaret.
- setStyle(int, int, int, S) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyle(int, int, int, S) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Sets the given range "fromCol..toCol" in the given paragraph to the given style
- setStyle(int, int, int, S) - Method in interface org.fxmisc.richtext.StyleActions
-
Sets style for the given range relative in the given paragraph.
- setStyle(int, int, S) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyle(int, int, S) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Sets the style of all segments in the given "from..to" range to the given style.
- setStyle(int, int, S) - Method in interface org.fxmisc.richtext.StyleActions
-
Sets style for the given character range.
- setStyle(int, S) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyle(int, S) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Sets all segments in the given paragraph to the given style
- setStyle(int, S) - Method in interface org.fxmisc.richtext.StyleActions
-
Sets style for the whole paragraph.
- setStyleClass(int, int, String) - Method in class org.fxmisc.richtext.StyleClassedTextArea
-
Convenient method to assign a single style class.
- setStyleClass(int, int, String) - Method in class org.fxmisc.richtext.StyleClassedTextField
-
Convenient method to assign a single style class.
- setStyleCodecs(Codec<PS>, Codec<StyledSegment<SEG, S>>) - Method in interface org.fxmisc.richtext.ClipboardActions
-
- setStyleCodecs(Codec<PS>, Codec<StyledSegment<SEG, S>>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyleSpans(int, int, StyleSpans<? extends S>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyleSpans(int, int, StyleSpans<? extends S>) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Replaces the style spans for the given range "from..(from + styleSpans.length())"
in the given
paragraph with the given style spans
- setStyleSpans(int, int, StyleSpans<? extends S>) - Method in interface org.fxmisc.richtext.StyleActions
-
Set multiple style ranges of a paragraph at once.
- setStyleSpans(int, StyleSpans<? extends S>) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setStyleSpans(int, StyleSpans<? extends S>) - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Replaces the style spans for the given range "from..(from + styleSpans.length())"
with the given
style spans
- setStyleSpans(int, StyleSpans<? extends S>) - Method in interface org.fxmisc.richtext.StyleActions
-
Set multiple style ranges at once.
- setText(String) - Method in class org.fxmisc.richtext.StyledTextField
-
- setTextInsertionStyle(S) - Method in class org.fxmisc.richtext.GenericStyledArea
-
If you want to preset the style to be used for inserted text.
- setUnderlineCap(StrokeLineCap) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property underlineCap.
- setUnderlineColor(Paint) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property underlineColor.
- setUnderlineDashArray(Number[]) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property underlineDashArray.
- setUnderlineWidth(Number) - Method in class org.fxmisc.richtext.TextExt
-
Sets the value of the property underlineWidth.
- setUndoManager(UndoManager) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- setUndoManager(UndoManager) - Method in interface org.fxmisc.richtext.UndoActions
-
Closes the current area's undo manager before setting it to the given one.
- setUseInitialStyleForInsertion(boolean) - Method in interface org.fxmisc.richtext.StyleActions
-
Sets the value of the property useInitialStyleForInsertion.
- setWrapText(boolean) - Method in class org.fxmisc.richtext.GenericStyledArea
-
Sets the value of the property wrapText.
- setWrapText(boolean) - Method in class org.fxmisc.richtext.StyledTextField
-
Deprecated.
- setWrapText(boolean) - Method in interface org.fxmisc.richtext.ViewActions
-
Sets the value of the property wrapText.
- showCaretProperty() - Method in interface org.fxmisc.richtext.Caret
-
Whether to display the caret or not.
- showCaretProperty() - Method in class org.fxmisc.richtext.CaretNode
-
- showCaretProperty() - Method in interface org.fxmisc.richtext.TextEditingArea
-
- showParagraphAtBottom(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- showParagraphAtBottom(int) - Method in interface org.fxmisc.richtext.ViewActions
-
Lays out the viewport so that the paragraph is the last line (bottom) displayed in the viewport.
- showParagraphAtTop(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- showParagraphAtTop(int) - Method in interface org.fxmisc.richtext.ViewActions
-
Lays out the viewport so that the paragraph is the first line (top) displayed in the viewport.
- showParagraphInViewport(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- showParagraphInViewport(int) - Method in interface org.fxmisc.richtext.ViewActions
-
Shows the paragraph somewhere in the viewport.
- showParagraphRegion(int, Bounds) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- showParagraphRegion(int, Bounds) - Method in interface org.fxmisc.richtext.ViewActions
-
Lays out the viewport so that the given bounds (according to the paragraph's coordinate system) within
the given paragraph is visible in the viewport.
- SimpleEditableStyledDocument<PS,S> - Class in org.fxmisc.richtext.model
-
- SimpleEditableStyledDocument(Paragraph<PS, String, S>) - Constructor for class org.fxmisc.richtext.model.SimpleEditableStyledDocument
-
- SimpleEditableStyledDocument(ReadOnlyStyledDocument<PS, String, S>) - Constructor for class org.fxmisc.richtext.model.SimpleEditableStyledDocument
-
- SimpleEditableStyledDocument(PS, S) - Constructor for class org.fxmisc.richtext.model.SimpleEditableStyledDocument
-
Creates a document that does not merge consecutive styles
- SimpleEditableStyledDocument(PS, S, BiFunction<S, S, Optional<S>>) - Constructor for class org.fxmisc.richtext.model.SimpleEditableStyledDocument
-
- SimpleEditableStyledDocument(PS, S, SegmentOps<String, S>) - Constructor for class org.fxmisc.richtext.model.SimpleEditableStyledDocument
-
Creates a document that uses a custom
SegmentOps
to operate on segments and merge styles.
- singleton(StyleSpan<S>) - Static method in interface org.fxmisc.richtext.model.StyleSpans
-
- singleton(S, int) - Static method in interface org.fxmisc.richtext.model.StyleSpans
-
- size() - Method in class org.fxmisc.richtext.util.SubscribeableContentsObsSet
-
- skipStyleComparison(boolean) - Static method in class org.fxmisc.richtext.model.RichTextChange
-
- snapshot() - Method in interface org.fxmisc.richtext.model.EditableStyledDocument
-
Read-only snapshot of the current state of this document.
- split(int) - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
Splits this document into two at the given position and returns both halves.
- split(int, int) - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
Splits this document into two at the given paragraph's column position and returns both halves.
- start(NavigationActions.SelectionPolicy) - Method in interface org.fxmisc.richtext.NavigationActions
-
Moves the caret to the beginning of the text.
- startColumnPositionProperty() - Method in interface org.fxmisc.richtext.Selection
-
- startColumnPositionProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- startParagraphIndexProperty() - Method in interface org.fxmisc.richtext.Selection
-
- startParagraphIndexProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- startPositionProperty() - Method in interface org.fxmisc.richtext.Selection
-
- startPositionProperty() - Method in class org.fxmisc.richtext.SelectionImpl
-
- stream() - Method in interface org.fxmisc.richtext.model.StyleSpans
-
Returns a stream of this list'
StyleSpan
objects.
- STRING_CODEC - Static variable in interface org.fxmisc.richtext.model.Codec
-
- StyleActions<PS,S> - Interface in org.fxmisc.richtext
-
Specifies actions related to getting and setting styles throughout a
TextEditingArea
.
- StyleClassedTextArea - Class in org.fxmisc.richtext
-
Text area that uses style classes to define style of text segments and paragraph segments.
- StyleClassedTextArea() - Constructor for class org.fxmisc.richtext.StyleClassedTextArea
-
Creates a text area with empty text content.
- StyleClassedTextArea(boolean) - Constructor for class org.fxmisc.richtext.StyleClassedTextArea
-
- StyleClassedTextArea(EditableStyledDocument<Collection<String>, String, Collection<String>>, boolean) - Constructor for class org.fxmisc.richtext.StyleClassedTextArea
-
- StyleClassedTextField - Class in org.fxmisc.richtext
-
A TextField that uses style classes, i.e.
- StyleClassedTextField() - Constructor for class org.fxmisc.richtext.StyleClassedTextField
-
- StyleClassedTextField(String) - Constructor for class org.fxmisc.richtext.StyleClassedTextField
-
- StyledDocument<PS,SEG,S> - Interface in org.fxmisc.richtext.model
-
An object (document) that is a list of styleable
Paragraph
that each contain a list of styleable segments.
- StyledSegment<SEG,S> - Class in org.fxmisc.richtext.model
-
Essentially, an immutable
Tuple2
that combines a
segment
object and a
style
object together.
- StyledSegment(SEG, S) - Constructor for class org.fxmisc.richtext.model.StyledSegment
-
- styledSegmentCodec(Codec<SEG>, Codec<S>) - Static method in interface org.fxmisc.richtext.model.Codec
-
- StyledTextArea<PS,S> - Class in org.fxmisc.richtext
-
- StyledTextArea(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>) - Constructor for class org.fxmisc.richtext.StyledTextArea
-
- StyledTextArea(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>, boolean) - Constructor for class org.fxmisc.richtext.StyledTextArea
-
- StyledTextArea(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>, EditableStyledDocument<PS, String, S>) - Constructor for class org.fxmisc.richtext.StyledTextArea
-
- StyledTextArea(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>, EditableStyledDocument<PS, String, S>, boolean) - Constructor for class org.fxmisc.richtext.StyledTextArea
-
- StyledTextArea(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>, EditableStyledDocument<PS, String, S>, TextOps<String, S>, boolean) - Constructor for class org.fxmisc.richtext.StyledTextArea
-
- styledTextCodec(Codec<S>) - Static method in interface org.fxmisc.richtext.model.Codec
-
- StyledTextField<PS,S> - Class in org.fxmisc.richtext
-
A text field whose segment generic has been specified to be a String
.
- StyledTextField(PS, BiConsumer<TextFlow, PS>, S, BiConsumer<? super TextExt, S>, EditableStyledDocument<PS, String, S>) - Constructor for class org.fxmisc.richtext.StyledTextField
-
- styledTextOps() - Static method in interface org.fxmisc.richtext.model.SegmentOps
-
Creates a
TextOps
specified for a
String
segment that never merges consecutive styles
- styledTextOps(BiFunction<S, S, Optional<S>>) - Static method in interface org.fxmisc.richtext.model.SegmentOps
-
Creates a
TextOps
specified for a
String
- StyleSpan<S> - Class in org.fxmisc.richtext.model
-
Essentially, a
Tuple2
of a given style
StyleSpan
that spans a given length.
- StyleSpan(S, int) - Constructor for class org.fxmisc.richtext.model.StyleSpan
-
Creates a style span.
- StyleSpans<S> - Interface in org.fxmisc.richtext.model
-
- StyleSpansBuilder<S> - Class in org.fxmisc.richtext.model
-
A one-time-use builder that Builds a memory efficient
StyleSpans
object.
- StyleSpansBuilder() - Constructor for class org.fxmisc.richtext.model.StyleSpansBuilder
-
- StyleSpansBuilder(int) - Constructor for class org.fxmisc.richtext.model.StyleSpansBuilder
-
- styleStream() - Method in interface org.fxmisc.richtext.model.StyleSpans
-
Returns a stream of just this list of
StyleSpan
's styles.
- sub(String, int, int) - Method in class org.fxmisc.richtext.model.PlainTextChange
-
- sub(StyledDocument<PS, SEG, S>, int, int) - Method in class org.fxmisc.richtext.model.RichTextChange
-
- sub(S, int, int) - Method in class org.fxmisc.richtext.model.TextChange
-
- subDocument(int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- subDocument(int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- subDocument(int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns rich-text content of the given paragraph.
- subDocument(int, int) - Method in class org.fxmisc.richtext.GenericStyledArea
-
- subDocument(int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns rich-text content of the given character range.
- subDocument(int, int, int, int) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns rich-text content of the given character range.
- subDocument(IndexRange) - Method in interface org.fxmisc.richtext.TextEditingArea
-
Returns rich-text content of the given character range.
- SubscribeableContentsObsSet<E> - Class in org.fxmisc.richtext.util
-
An ObservableSet
implementation that allows one to subscribe to updates within
the elements themselves.
- SubscribeableContentsObsSet() - Constructor for class org.fxmisc.richtext.util.SubscribeableContentsObsSet
-
- SubscribeableContentsObsSet(Comparator<? super E>) - Constructor for class org.fxmisc.richtext.util.SubscribeableContentsObsSet
-
- subSequence(int) - Method in class org.fxmisc.richtext.model.Paragraph
-
- subSequence(int, int) - Method in class org.fxmisc.richtext.model.Paragraph
-
- subSequence(int, int) - Method in class org.fxmisc.richtext.model.ReadOnlyStyledDocument
-
- subSequence(int, int) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- subSequence(IndexRange) - Method in interface org.fxmisc.richtext.model.StyledDocument
-
- subSequence(SEG, int) - Method in interface org.fxmisc.richtext.model.SegmentOps
-
- subSequence(SEG, int) - Method in class org.fxmisc.richtext.model.SegmentOpsBase
-
- subSequence(SEG, int, int) - Method in interface org.fxmisc.richtext.model.SegmentOps
-
- subSequence(SEG, int, int) - Method in class org.fxmisc.richtext.model.SegmentOpsBase
-
- substring(int) - Method in class org.fxmisc.richtext.model.Paragraph
-
- substring(int, int) - Method in class org.fxmisc.richtext.model.Paragraph
-
- subView(int, int) - Method in interface org.fxmisc.richtext.model.StyleSpans
-
Same as List.subList(int, int)
- subView(TwoDimensional.Position, TwoDimensional.Position) - Method in interface org.fxmisc.richtext.model.StyleSpans
-
Same as List.subList(int, int)
, except that the arguments are two dimensional.