public interface ClipboardActions<PS,S> extends EditActions<PS,S>
TextEditingArea.anchor, caretColumn, caretPosition, currentParagraph, length, selectedText, selection, text| Modifier and Type | Method and Description |
|---|---|
default void |
copy()
Transfers the currently selected text to the clipboard,
leaving the current selection.
|
default void |
cut()
Transfers the currently selected text to the clipboard,
removing the current selection.
|
Optional<org.reactfx.util.Tuple2<Codec<PS>,Codec<S>>> |
getStyleCodecs() |
default void |
paste()
Inserts the content from the clipboard into this text-editing area,
replacing the current selection.
|
append, appendText, clear, deleteNextChar, deletePreviousChar, deleteText, deleteText, deleteText, insert, insert, insertText, insertText, moveSelectedText, replace, replaceSelection, replaceSelection, replaceTextanchorProperty, caretColumnProperty, caretPositionProperty, currentParagraphProperty, getAbsolutePosition, getAnchor, getCaretColumn, getCaretPosition, getCurrentParagraph, getDocument, getLength, getParagraphs, getSelectedText, getSelection, getText, getText, getText, getText, lengthProperty, plainTextChanges, positionCaret, replace, replace, replace, replaceText, replaceText, replaceText, richChanges, selectedTextProperty, selectionProperty, selectRange, selectRange, subDocument, subDocument, subDocument, textPropertydefault void cut()
default void copy()
default void paste()