protected class BasicSplitPaneDivider.MouseHandler extends MouseAdapterimplements MouseMotionListener
| Modifier | Constructor and Description |
|---|---|
protected |
MouseHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(MouseEvent
If dragger is not null it is messaged with continueDrag.
|
void |
mouseEntered(MouseEvent
Invoked when the mouse enters a component.
|
void |
mouseExited(MouseEvent
Invoked when the mouse exits a component.
|
void |
mouseMoved(MouseEvent
Resets the cursor based on the orientation.
|
void |
mousePressed(MouseEvent
Starts the dragging session by creating the appropriate instance of DragController.
|
void |
mouseReleased(MouseEvent
If dragger is not null it is messaged with completeDrag.
|
mouseClicked, mouseWheelMovedpublic void mousePressed(MouseEvente)
public void mouseReleased(MouseEvente)
public void mouseDragged(MouseEvente)
public void mouseMoved(MouseEvente)
public void mouseEntered(MouseEvente)
mouseEntered in interface
MouseListener
mouseEntered in class
MouseAdapter
e - MouseEvent describing the details of the enter event.
public void mouseExited(MouseEvente)
mouseExited in interface
MouseListener
mouseExited in class
MouseAdapter
e - MouseEvent describing the details of the exit event.