Java com.intellij.openapi.editor.actionSystem TypedAction fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.editor.actionSystem TypedAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.editor.actionSystem TypedAction.

The text is from its open source code.

Method

voidactionPerformed(@Nullable final Editor editor, final char charTyped, final DataContext dataContext)
TypedActionHandlergetHandler()
Gets the current typing handler.
TypedActionHandlergetRawHandler()
Gets the current 'raw' typing handler.
TypedActionHandlersetupHandler(TypedActionHandler handler)
Replaces the typing handler with the specified handler.
TypedActionHandlersetupRawHandler(@NotNull TypedActionHandler handler)
Replaces current 'raw' typing handler with the specified handler.