Interface SelectionApi.SelectionRangeCallback
-
- All Superinterfaces:
Serializable
- Enclosing interface:
- SelectionApi
public static interface SelectionApi.SelectionRangeCallback extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionRange(int start, int end, String content)This method is called with the current selection of the field.
-
-
-
Method Detail
-
selectionRange
void selectionRange(int start, int end, String content)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
-
-