Interface CursorTool

    • Method Detail

      • getCursor

        Cursor getCursor()
      • getIcon

        Icon getIcon()
        Returns:
        null to use a default icon
      • deactivate

        void deactivate()
      • isRightMouseButtonUsed

        boolean isRightMouseButtonUsed()
        Returns:
        true if this CursorTool uses the right mouse button; false to allow the panel to show a popup-menu on right-clicks
      • isGestureInProgress

        boolean isGestureInProgress()
      • cancelGesture

        void cancelGesture()
        Notifies the CursorTool that a party is requesting that the gesture currently in progress be aborted.
      • getName

        String getName()
        Returns a very brief description of this CursorTool.
        Returns:
        the name of this CursorTool