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