|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseMotionAdapter | +--javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
Constructor Summary | |
protected |
BasicComboPopup.InvocationMouseMotionHandler()
|
Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
|
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(java.awt.event.MouseEvent e)
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |