EditorEx.setContextMenuGroupId(String)
or
EditorEx.installPopupHandler(com.intellij.openapi.editor.ex.EditorPopupHandler)
instead. To be removed in version 2020.2.@Deprecated public abstract class EditorPopupHandler extends java.lang.Object implements EditorMouseListener
Constructor and Description |
---|
EditorPopupHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
invokePopup(EditorMouseEvent event)
Deprecated.
|
void |
mouseClicked(EditorMouseEvent e)
Deprecated.
Called when a mouse button is clicked over the editor.
|
void |
mousePressed(EditorMouseEvent e)
Deprecated.
Called when a mouse button is pressed over the editor.
|
void |
mouseReleased(EditorMouseEvent e)
Deprecated.
Called when a mouse button is released over the editor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseEntered, mouseExited
public abstract void invokePopup(EditorMouseEvent event)
public void mouseClicked(EditorMouseEvent e)
EditorMouseListener
mouseClicked
in interface EditorMouseListener
e
- the event containing information about the mouse click.public void mousePressed(EditorMouseEvent e)
EditorMouseListener
mousePressed
in interface EditorMouseListener
e
- the event containing information about the mouse press.public void mouseReleased(EditorMouseEvent e)
EditorMouseListener
mouseReleased
in interface EditorMouseListener
e
- the event containing information about the mouse release.