public interface TypedActionHandler
Modifier and Type | Method and Description |
---|---|
void |
execute(Editor editor,
char charTyped,
DataContext dataContext)
Processes a key typed in the editor.
|
void execute(Editor editor, char charTyped, DataContext dataContext)
editor
- the editor in which the key was typed.charTyped
- the typed character.dataContext
- the current data context.