public class TextEventArgs extends InputModeEventArgs
TextEditorInputMode.EMPTY| Constructor and Description |
|---|
TextEventArgs(IInputModeContext context,
String text)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the text that was or will be edited.
|
getContextpublic TextEventArgs(IInputModeContext context, String text)
context - The context in which this text event happened.text - The text that was or will be edited.public final String getText()