protected class BasicComboPopup.ListMouseHandler extends MouseAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComboPopup.ListMouseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(MouseEvent e)
Implements this method in the interface with an empty method body.
|
void |
mouseReleased(MouseEvent anEvent)
Implements this method in the interface with an empty method body.
|
mouseClicked, mouseEntered, mouseExitedprotected BasicComboPopup.ListMouseHandler()
public void mousePressed(MouseEvent e)
MouseAdaptermousePressed in interface MouseListenermousePressed in class MouseAdaptere - the event, ignored in this implementationpublic void mouseReleased(MouseEvent anEvent)
MouseAdaptermouseReleased in interface MouseListenermouseReleased in class MouseAdapteranEvent - the event, ignored in this implementation