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