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, mouseExited
protected BasicComboPopup.ListMouseHandler()
public void mousePressed(MouseEvent e)
MouseAdapter
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
e
- the event, ignored in this implementationpublic void mouseReleased(MouseEvent anEvent)
MouseAdapter
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
anEvent
- the event, ignored in this implementation