|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
javax.swing.plaf.basic
|
||||||||||||||||||||||||
| Constructor Summary | |
|---|---|
protected |
BasicMenuUI.MouseInputHandler()
|
| Method Summary | |
|---|---|
void |
mouseClicked(MouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a component. |
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on the menu and then dragged. |
void |
mouseEntered(MouseEvent e)
Invoked when the cursor enters the menu. |
void |
mouseExited(MouseEvent e)
Invoked when the mouse exits a component. |
void |
mouseMoved(MouseEvent e)
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed. |
void |
mousePressed(MouseEvent e)
Invoked when the mouse has been clicked on the menu. |
void |
mouseReleased(MouseEvent e)
Invoked when the mouse has been released on the menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BasicMenuUI.MouseInputHandler()
| Method Detail |
|---|
public void mouseClicked(MouseEvent e)
MouseListener
mouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenere - the mouse eventpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenere - the mouse eventpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenere - the mouse event; not usedpublic void mouseExited(MouseEvent e)
MouseListener
mouseExited in interface MouseListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenere - the mouse eventMouseMotionListener.mouseDragged(java.awt.event.MouseEvent)public void mouseMoved(MouseEvent e)
MouseMotionListener
mouseMoved in interface MouseMotionListener