API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicSplitPaneDivider.MouseHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      MouseAdapter
          BasicSplitPaneDivider.MouseHandler
Implements
 MouseMotionListener
Subclasses
Description
protected class BasicSplitPaneDivider.MouseHandler
  MouseHandler is responsible for converting mouse events (released, dragged...) into the appropriate DragController methods.
See also:   
Constructors
protected BasicSplitPaneDivider.MouseHandler ()
Methods
Hide/Show inherited methods
public void mouseClicked (MouseEvent e) [Inherited From MouseAdapter]
Invoked when the mouse button has been clicked (pressed and released) on a component.
public void mouseDragged (MouseEvent e) [Overrides MouseAdapter] [Specified in MouseMotionListener]
If dragger is not null it is messaged with continueDrag.
public void mouseEntered (MouseEvent e) [Overrides MouseAdapter]
  Invoked when the mouse enters a component.
public void mouseExited (MouseEvent e) [Overrides MouseAdapter]
  Invoked when the mouse exits a component.
public void mouseMoved (MouseEvent e) [Overrides MouseAdapter] [Specified in MouseMotionListener]
Resets the cursor based on the orientation.
public void mousePressed (MouseEvent e) [Overrides MouseAdapter]
Starts the dragging session by creating the appropriate instance of DragController.
public void mouseReleased (MouseEvent e) [Overrides MouseAdapter]
If dragger is not null it is messaged with completeDrag.
public void mouseWheelMoved (MouseWheelEvent e) [Inherited From MouseAdapter]
  Invoked when the mouse wheel is rotated.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar