|
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.MouseAdapter
|
+--javax.swing.plaf.basic.BasicComboPopup.InvocationMouseHandler
This listener knows how and when to invoke this popup menu. It also helps with click-and-drag scenarios by setting the selection if the mouse was released over the list during a drag.
| Constructor Summary | |
protected |
BasicComboPopup.InvocationMouseHandler()
|
| Method Summary | |
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
|
| Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked,
mouseEntered,
mouseExited |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
protected BasicComboPopup.InvocationMouseHandler()
| Method Detail |
public void mousePressed(java.awt.event.MouseEvent e)
public void mouseReleased(java.awt.event.MouseEvent e)
|
Swing 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||