protected class JideSplitPaneDivider.MouseHandler
extends javax.swing.event.MouseInputAdapter
Modifier | Constructor and Description |
---|---|
protected |
MouseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent e)
If dragger is not null it is messaged with continueDrag.
|
void |
mousePressed(java.awt.event.MouseEvent e)
Starts the dragging session by creating the appropriate instance of DragController.
|
void |
mouseReleased(java.awt.event.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
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
mousePressed
in class java.awt.event.MouseAdapter
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
mouseReleased
in class java.awt.event.MouseAdapter
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
mouseDragged
in class java.awt.event.MouseAdapter