TextSelectionManager

Interface for objects that manage a list of text selection listener instances.

Inheritors

Types

Link copied to clipboard
Listener for text selection changes.
Link copied to clipboard
Listener for entering and exiting text selection mode.

Functions

Link copied to clipboard
Adds a OnTextSelectionChangeListener, which gets notified when text selection changes in the document, such as different text is selected.
Link copied to clipboard
Adds a OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document.
Link copied to clipboard
Removes a OnTextSelectionChangeListener, which gets notified when text selection changes in the document, such as different text is selected.
Link copied to clipboard
Removes a previously added OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document.