java.lang.Object
java.awt.event.MouseAdapter
javax.swing.plaf.basic.BasicComboPopup.ListMouseHandler
- All Implemented Interfaces:
- MouseListener,- MouseMotionListener,- MouseWheelListener,- EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ListMouseHandler extends MouseAdapter
This listener hides the popup when the mouse is released in the list.
- 
Constructor SummaryConstructors Modifier Constructor Description protectedListMouseHandler()
- 
Method SummaryMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
- 
Constructor Details- 
ListMouseHandlerprotected ListMouseHandler()
 
-