Class BasicSplitPaneDivider.MouseHandler

    • Constructor Detail

      • MouseHandler

        protected MouseHandler()
    • Method Detail

      • mousePressed

        public void mousePressed(MouseEvent e)
        Starts the dragging session by creating the appropriate instance of DragController.
      • mouseReleased

        public void mouseReleased(MouseEvent e)
        If dragger is not null it is messaged with completeDrag.
      • mouseDragged

        public void mouseDragged(MouseEvent e)
        If dragger is not null it is messaged with continueDrag.
      • mouseMoved

        public void mouseMoved(MouseEvent e)
        Resets the cursor based on the orientation.