protected class JideSplitPaneDivider.MouseHandler extends MouseInputAdapter
Modifier | Constructor and Description |
---|---|
protected |
MouseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(MouseEvent e)
If dragger is not null it is messaged with continueDrag.
|
void |
mousePressed(MouseEvent e)
Starts the dragging session by creating the appropriate instance of DragController.
|
void |
mouseReleased(MouseEvent e)
If dragger is not null it is messaged with completeDrag.
|
mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseClicked, mouseEntered, mouseExited
mouseMoved
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseAdapter