API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicComboPopup.InvocationMouseMotionHandler
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
MouseMotionAdapter
BasicComboPopup.InvocationMouseMotionHandler
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
protected
class BasicComboPopup.InvocationMouseMotionHandler
This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
See also:
Constructors
protected
BasicComboPopup.InvocationMouseMotionHandler
()
Methods
Hide/Show inherited methods
public
void
mouseDragged
(
MouseEvent
e)
[Overrides
MouseMotionAdapter
]
public
void
mouseMoved
(
MouseEvent
e)
[Inherited From
MouseMotionAdapter
]
Invoked when the mouse button has been moved on a component (with no buttons no down).
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar