javax.swing.plaf.basic
public class BasicTreeUI.MouseHandler extends MouseAdapter implements MouseMotionListener
Constructor Summary | |
---|---|
MouseHandler()
Constructor |
Method Summary | |
---|---|
void | mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged.
|
void | mouseMoved(MouseEvent e)
Invoked when the mouse button has been moved on a component (with no
buttons no down).
|
void | mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component.
|
void | mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component.
|
Parameters: e is the mouse event that occured
Parameters: e the mouse event that occured
Parameters: e is the mouse event that occured
Parameters: e is the mouse event that occured