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.Object java.awt.event.MouseMotionAdapter javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
protected class BasicComboPopup.InvocationMouseMotionHandler extends MouseMotionAdapter
This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
Modifier | Constructor and Description |
---|---|
protected |
BasicComboPopup.InvocationMouseMotionHandler()
|
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
Methods inherited from class java.awt.event.MouseMotionAdapter |
---|
mouseMoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicComboPopup.InvocationMouseMotionHandler()
Method Detail |
---|
public void mouseDragged(MouseEvent e)
MouseMotionAdapter
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseMotionAdapter
|
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.