Package editor
Class ScriptEditorPopupHandler
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
-
Field Summary
Fields inherited from class editor.PopupHandler
_owner
-
Constructor Summary
ConstructorsConstructorDescriptionScriptEditorPopupHandler
(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleRightClick
(int iXPos, int iYPos, Component component) private boolean
isInSelection
(int iPosition) Methods inherited from class editor.PopupHandler
mousePressed, mouseReleased
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
-
Constructor Details
-
ScriptEditorPopupHandler
public ScriptEditorPopupHandler(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler)
-
-
Method Details
-
handleRightClick
- Overrides:
handleRightClick
in classPopupHandler<IScriptEditor>
-
isInSelection
private boolean isInSelection(int iPosition)
-