|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.plaf.basic.BasicComboPopup.ListMouseHandler
protected class BasicComboPopup.ListMouseHandler extends MouseAdapter
This listener hides the popup when the mouse is released in the list.
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComboPopup.ListMouseHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(MouseEvent anEvent)
Invoked when a mouse button has been released on a component. |
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BasicComboPopup.ListMouseHandler()
| Method Detail |
|---|
public void mousePressed(MouseEvent e)
MouseAdapter
mousePressed in interface MouseListenermousePressed in class MouseAdapterpublic void mouseReleased(MouseEvent anEvent)
MouseAdapter
mouseReleased in interface MouseListenermouseReleased in class MouseAdapter
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.