|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.plaf.basic.BasicSplitPaneDivider.MouseHandler
protected class BasicSplitPaneDivider.MouseHandler
The listener for handling mouse events from both the divider and the
containing 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.
Constructor Summary | |
---|---|
protected |
BasicSplitPaneDivider.MouseHandler()
|
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. |
Methods inherited from class java.awt.event.MouseAdapter |
---|
mouseClicked, mouseEntered, mouseExited |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicSplitPaneDivider.MouseHandler()
Method Detail |
---|
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
e
- The MouseEvent.public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
e
- The MouseEvent.public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
e
- The MouseEvent.public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
e
- The MouseEvent.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |