protected class BasicComboPopup.InvocationMouseHandler extends MouseAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComboPopup.InvocationMouseHandler()
Creates a new InvocationMouseHandler object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(MouseEvent e)
This method is invoked whenever mouse is being pressed over the main
part of the combo box.
|
void |
mouseReleased(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.
|
mouseClicked, mouseEntered, mouseExitedprotected BasicComboPopup.InvocationMouseHandler()
public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseAdaptere - MouseEvent that should be handledpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenermouseReleased in class MouseAdaptere - MouseEvent that should be handled