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, waitmouseEntered, mouseExitedpublic abstract void invokePopup(EditorMouseEvent event)
public void mouseClicked(EditorMouseEvent e)
EditorMouseListenermouseClicked in interface EditorMouseListenere - the event containing information about the mouse click.public void mousePressed(EditorMouseEvent e)
EditorMouseListenermousePressed in interface EditorMouseListenere - the event containing information about the mouse press.public void mouseReleased(EditorMouseEvent e)
EditorMouseListenermouseReleased in interface EditorMouseListenere - the event containing information about the mouse release.