Package editor
Class ScriptEditorPopupHandler
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- editor.PopupHandler<IScriptEditor>
-
- editor.ScriptEditorPopupHandler
-
- All Implemented Interfaces:
java.awt.event.MouseListener,java.awt.event.MouseMotionListener,java.awt.event.MouseWheelListener,java.util.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 voidhandleRightClick(int iXPos, int iYPos, java.awt.Component component)private booleanisInSelection(int iPosition)-
Methods inherited from class editor.PopupHandler
mousePressed, mouseReleased
-
-
-
-
Constructor Detail
-
ScriptEditorPopupHandler
public ScriptEditorPopupHandler(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler)
-
-
Method Detail
-
handleRightClick
protected void handleRightClick(int iXPos, int iYPos, java.awt.Component component)- Overrides:
handleRightClickin classPopupHandler<IScriptEditor>
-
isInSelection
private boolean isInSelection(int iPosition)
-
-