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.
|
beforeExecutepublic MyTypedHandler(TypedActionHandler originalHandler)
public void execute(Editor editor, char charTyped, DataContext dataContext)
TypedActionHandlereditor - the editor in which the key was typed.charTyped - the typed character.dataContext - the current data context.