javax.swing.plaf.basic
protected class BasicSplitPaneDivider.MouseHandler extends MouseAdapter implements MouseMotionListener
JSplitPane
.
The reason for also handling MouseEvents from the containing
JSplitPane
is that users should be able to start a drag
gesture from inside the JSplitPane, but slightly outisde the divider.
Method Summary | |
---|---|
void | mouseDragged(MouseEvent e)
Repeatedly invoked when the user is dragging the mouse cursor while
having pressed a mouse button.
|
void | mouseMoved(MouseEvent e)
Repeatedly invoked when the user is dragging the mouse cursor without
having pressed a mouse button.
|
void | mousePressed(MouseEvent e)
This method is called when the mouse is pressed.
|
void | mouseReleased(MouseEvent e)
This method is called when the mouse is released.
|
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.