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