Module java.desktop

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.
        Specified by:
        mousePressed in interface MouseListener
        Parameters:
        e - the event to be processed
      • mouseReleased

        public void mouseReleased​(MouseEvent e)
        If dragger is not null it is messaged with completeDrag.
        Specified by:
        mouseReleased in interface MouseListener
        Parameters:
        e - the event to be processed
      • mouseEntered

        public void mouseEntered​(MouseEvent e)
        Invoked when the mouse enters a component.
        Specified by:
        mouseEntered in interface MouseListener
        Parameters:
        e - MouseEvent describing the details of the enter event.
        Since:
        1.5
      • mouseExited

        public void mouseExited​(MouseEvent e)
        Invoked when the mouse exits a component.
        Specified by:
        mouseExited in interface MouseListener
        Parameters:
        e - MouseEvent describing the details of the exit event.
        Since:
        1.5