MouseListener
, MouseMotionListener
, MouseWheelListener
, EventListener
BasicComboPopup
protected class BasicComboPopup.InvocationMouseHandler extends MouseAdapter
Warning: We recommend that you not create subclasses of this class. If you absolutely must create a subclass, be sure to invoke the superclass version of each method.
Modifier | Constructor | Description |
---|---|---|
protected |
Constructs an InvocationMouseHandler . |
Modifier and Type | Method | Description |
---|---|---|
void |
mousePressed |
Responds to mouse-pressed events on the combo box. |
void |
mouseReleased |
Responds to the user terminating a click or drag that began on the combo box. |
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
protected InvocationMouseHandler()
InvocationMouseHandler
.public void mousePressed(MouseEvent e)
e
- the mouse-press event to be handledpublic void mouseReleased(MouseEvent e)
e
- the mouse-release event to be handled
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/plaf/basic/BasicComboPopup.InvocationMouseHandler.html