Class 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 Summary

Constructors
Modifier Constructor Description
protected ListMouseHandler()

Method Summary

Methods declared in class java.awt.event.MouseAdapter

mouseDragged, mouseMoved, mouseWheelMoved

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods declared in interface java.awt.event.MouseListener

mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased

Constructor Detail

ListMouseHandler

protected ListMouseHandler()