Interface Action

    • Method Detail

      • onMouseDown

        boolean onMouseDown​(IMouseEvent ev)
        Handles Mouse down events
        Parameters:
        ev -
        Returns:
        true if the action handles the event
      • onMouseUp

        boolean onMouseUp​(IMouseEvent ev)
        Handles the MouseUp event
        Parameters:
        ev -
        Returns:
        true if the action handles the event
      • onMouseMove

        boolean onMouseMove​(IMouseEvent ev,
                            boolean drag)
      • onKeyPressed

        boolean onKeyPressed​(IKeyEvent evt)
      • onKeyReleased

        boolean onKeyReleased​(IKeyEvent evt)
      • onDoubleClick

        boolean onDoubleClick​(IMouseEvent ev)
      • isCommand

        boolean isCommand()
      • onCommand

        void onCommand()
      • getCursor

        int getCursor()
      • onActionLeave

        void onActionLeave()
      • onActionEnter

        void onActionEnter()