public class EditorContextMenuHandler extends Object implements IContextMenuHandler<IScriptEditor>
| Modifier and Type | Method and Description |
|---|---|
void |
displayContextMenu(IScriptEditor editor,
int iX,
int iY,
Component eventSource) |
JPopupMenu |
getContextMenu(IScriptEditor editor) |
static EditorContextMenuHandler |
instance() |
boolean |
isContextMenuShowing() |
public static EditorContextMenuHandler instance()
public void displayContextMenu(IScriptEditor editor, int iX, int iY, Component eventSource)
displayContextMenu in interface IContextMenuHandler<IScriptEditor>public JPopupMenu getContextMenu(IScriptEditor editor)
getContextMenu in interface IContextMenuHandler<IScriptEditor>public boolean isContextMenuShowing()
Copyright © 2018. All rights reserved.