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 voidhandleRightClick(int iXPos, int iYPos, Component component) Methods inherited from class editor.PopupHandler
mousePressed, mouseReleasedMethods 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:
handleRightClickin classPopupHandler<IScriptEditor>
-