Package com.intellij.openapi.editor.actionSystem

Provides interfaces for actions which are executed in the IDEA text editor, including actions which are executed as the user types text in the editor.

See:
          Description

Interface Summary
ReadonlyFragmentModificationHandler  
TypedActionHandler Interface for actions activated by typing in the editor.
 

Class Summary
EditorAction  
EditorActionHandler Interface for actions activated by keystrokes in the editor.
EditorActionManager Allows to register actions which are activated by typing and navigation keystrokes in the editor.
EditorWriteActionHandler  
TypedAction Provides services for registering actions which are activated by typing in the editor.
 

Package com.intellij.openapi.editor.actionSystem Description

Provides interfaces for actions which are executed in the IDEA text editor, including actions which are executed as the user types text in the editor.