Class BasicYListUI.MouseInputHandler

java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.MouseInputHandler
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener, MouseInputListener
Enclosing class:
BasicYListUI

public class BasicYListUI.MouseInputHandler extends Object implements MouseInputListener
Mouse input, and focus handling for JList. An instance of this class is added to the appropriate java.awt.Component lists at installUI() time. Note keyboard input is handled with JComponent KeyboardActions, see installKeyboardActions().
See Also: