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

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

Introduction

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

The text is from its open source code.

Method

EditorActionHandlergetActionHandler(@NonNls @NotNull String actionId)
Returns the handler currently defined for the specified editor actions.
EditorActionManagergetInstance()
Returns the instance of the editor action manager.
TypedActiongetTypedAction()
EditorActionHandlersetActionHandler(@NonNls @NotNull String actionId, @NotNull EditorActionHandler handler)
Sets the handler for the specified editor actions.