protected class

BasicComboPopup.ListMouseHandler

extends MouseAdapter
java.lang.Object
   ↳ java.awt.event.MouseAdapter
     ↳ javax.swing.plaf.basic.BasicComboPopup.ListMouseHandler

Class Overview

This listener hides the popup when the mouse is released in the list.

Summary

Protected Constructors
BasicComboPopup.ListMouseHandler()
Public Methods
void mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component.
void mouseReleased(MouseEvent anEvent)
Invoked when a mouse button has been released on a component.
[Expand]
Inherited Methods
From class java.awt.event.MouseAdapter
From class java.lang.Object
From interface java.awt.event.MouseListener
From interface java.awt.event.MouseMotionListener
From interface java.awt.event.MouseWheelListener

Protected Constructors

protected BasicComboPopup.ListMouseHandler ()

Public Methods

public void mousePressed (MouseEvent e)

Invoked when a mouse button has been pressed on a component.

public void mouseReleased (MouseEvent anEvent)

Invoked when a mouse button has been released on a component.