public static class IncrementalSearchHandler.MyTypedHandler extends TypedActionHandlerBase
myOriginalHandler
Constructor and Description |
---|
MyTypedHandler(TypedActionHandler originalHandler) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Editor editor,
char charTyped,
DataContext dataContext)
Processes a key typed in the editor.
|
beforeExecute
public MyTypedHandler(TypedActionHandler originalHandler)
public void execute(Editor editor, char charTyped, DataContext dataContext)
TypedActionHandler
editor
- the editor in which the key was typed.charTyped
- the typed character.dataContext
- the current data context.