Interface SelectionApi.SelectionRangeCallback
- All Superinterfaces:
Serializable
- Enclosing interface:
SelectionApi
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionRange
(int start, int end, String content) This method is called with the current selection of the field.
-
Method Details
-
selectionRange
This method is called with the current selection of the field.- Parameters:
start
- the start of the selection (inclusive)end
- the end of the selection (inclusive)content
- the string content currently selected
-