Package com.intellij.openapi.editor.event

Provides interfaces for listening to events in the text editor (mouse motion, scrolling, caret movement and selection changes and so on).

See:
          Description

Interface Summary
CaretListener Allows to receive notifications about caret movement.
DocumentListener Allows to receive notifications about changes in edited documents.
EditorEventMulticaster Allows to attach listeners which receive notifications about changes in any currently open editor.
EditorFactoryListener  
EditorMouseListener Allows to receive information about mouse clicks in an editor.
EditorMouseMotionListener Allows to receive notifications about mouse movement in the editor.
SelectionListener Allows to receive information about selection changes in an editor.
VisibleAreaListener Allows to receive notifications about editor scrolling and resize.
 

Class Summary
CaretEvent  
DocumentAdapter  
DocumentEvent  
EditorFactoryAdapter  
EditorFactoryEvent  
EditorMouseAdapter  
EditorMouseEvent  
EditorMouseEventArea  
EditorMouseMotionAdapter  
MockDocumentEvent  
SelectionEvent  
VisibleAreaEvent  
 

Package com.intellij.openapi.editor.event Description

Provides interfaces for listening to events in the text editor (mouse motion, scrolling, caret movement and selection changes and so on).