public class SubstitutionShortInfoHandler extends java.lang.Object implements DocumentListener, EditorMouseMotionListener, CaretListener
Modifier and Type | Field and Description |
---|---|
static Key<Configuration> |
CURRENT_CONFIGURATION_KEY |
ARRAY_FACTORY, EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
caretPositionChanged(CaretEvent e)
Called when the caret position has changed.
|
void |
documentChanged(DocumentEvent event)
Called after the text of the document has been changed.
|
java.util.List<java.lang.String> |
getVariables() |
void |
mouseMoved(EditorMouseEvent e)
Called when the mouse is moved over the editor and no mouse buttons are pressed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeDocumentChange, bulkUpdateFinished, bulkUpdateStarting
mouseDragged
caretAdded, caretRemoved
public static final Key<Configuration> CURRENT_CONFIGURATION_KEY
public void mouseMoved(EditorMouseEvent e)
EditorMouseMotionListener
mouseMoved
in interface EditorMouseMotionListener
e
- the event containing information about the mouse movement.public void caretPositionChanged(CaretEvent e)
CaretListener
Only explicit caret movements (caused by 'move' methods in Caret
and CaretModel
) are reported, 'induced' changes of
caret offset due to document modifications are not reported.
caretPositionChanged
in interface CaretListener
e
- the event containing information about the caret movement.public void documentChanged(DocumentEvent event)
DocumentListener
documentChanged
in interface DocumentListener
event
- the event containing the information about the change.public java.util.List<java.lang.String> getVariables()