Interface SelectionApi.SelectionRangeCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidselectionRange(int start, int end, String content) This method is called with the current selection of the field.
- 
Method Details- 
selectionRangeThis 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
 
 
-