Package editor
Class ScriptEditorPopupHandler
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- editor.PopupHandler<IScriptEditor>
-
- editor.ScriptEditorPopupHandler
-
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
public class ScriptEditorPopupHandler extends PopupHandler<IScriptEditor>
-
-
Field Summary
-
Fields inherited from class editor.PopupHandler
_owner
-
-
Constructor Summary
Constructors Constructor Description ScriptEditorPopupHandler(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleRightClick(int iXPos, int iYPos, Component component)
-
Methods inherited from class editor.PopupHandler
mousePressed, mouseReleased
-
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
-
-
-
-
Constructor Detail
-
ScriptEditorPopupHandler
public ScriptEditorPopupHandler(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler)
-
-
Method Detail
-
handleRightClick
protected void handleRightClick(int iXPos, int iYPos, Component component)
- Overrides:
handleRightClick
in classPopupHandler<IScriptEditor>
-
-