protected class BasicComboPopup.InvocationMouseHandler extends java.awt.event.MouseAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComboPopup.InvocationMouseHandler()
Creates a new InvocationMouseHandler object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(java.awt.event.MouseEvent e)
This method is invoked whenever mouse is being pressed over the main
part of the combo box.
|
void |
mouseReleased(java.awt.event.MouseEvent e)
This method is invoked whenever mouse event was originated in the combo
box and released either in the combBox list of items or in the combo
box itself.
|
protected BasicComboPopup.InvocationMouseHandler()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenermousePressed in class java.awt.event.MouseAdaptere - MouseEvent that should be handledpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenermouseReleased in class java.awt.event.MouseAdaptere - MouseEvent that should be handled