javax.swing.plaf.basic
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, mouseExited
protected BasicComboPopup.InvocationMouseHandler()
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
e
- MouseEvent that should be handledpublic void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
e
- MouseEvent that should be handled