public class BasicTreeUI.MouseHandler extends MouseAdapter implements MouseMotionListener
| Constructor and Description |
|---|
BasicTreeUI.MouseHandler()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
mouseClicked, mouseEntered, mouseExitedpublic BasicTreeUI.MouseHandler()
public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseAdaptere - is the mouse event that occuredpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenere - is the mouse event that occuredpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenere - the mouse event that occuredpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenermouseReleased in class MouseAdaptere - is the mouse event that occured