protected class BasicMenuUI.MouseInputHandler extends Object implements MouseInputListener
| Modifier | Constructor and Description |
|---|---|
protected |
BasicMenuUI.MouseInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(MouseEvent e)
This method is called when the mouse is clicked (pressed and released
in short succession) on a component.
|
void |
mouseDragged(MouseEvent e)
This method is called when the mouse is moved over a component
while a button has been pressed.
|
void |
mouseEntered(MouseEvent e)
This method is called when the mouse enters a component.
|
void |
mouseExited(MouseEvent e)
This method is called when the mouse exits a component.
|
void |
mouseMoved(MouseEvent e)
This method is called when the mouse is moved over a component
while no button is pressed.
|
void |
mousePressed(MouseEvent e)
This method is called when the mouse is pressed over a component.
|
void |
mouseReleased(MouseEvent e)
This method is called when the mouse is released over a component.
|
protected BasicMenuUI.MouseInputHandler()
public void mouseClicked(MouseEvent e)
MouseListenermouseClicked in interface MouseListenere - the MouseEvent indicating the clickpublic void mouseDragged(MouseEvent e)
MouseMotionListenermouseDragged in interface MouseMotionListenere - the MouseEvent indicating the motionpublic void mouseEntered(MouseEvent e)
MouseListenermouseEntered in interface MouseListenere - the MouseEvent for the entrypublic void mouseExited(MouseEvent e)
MouseListenermouseExited in interface MouseListenere - the MouseEvent for the exitpublic void mouseMoved(MouseEvent e)
MouseMotionListenermouseMoved in interface MouseMotionListenere - the MouseEvent indicating the motionpublic void mousePressed(MouseEvent e)
MouseListenermousePressed in interface MouseListenere - the MouseEvent for the presspublic void mouseReleased(MouseEvent e)
MouseListenermouseReleased in interface MouseListenere - the MouseEvent for the release