javax.swing.plaf.basic
Class BasicComboPopup.ListMouseMotionHandler
java.lang.Object
java.awt.event.MouseMotionAdapter
javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
- All Implemented Interfaces:
- MouseMotionListener, EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ListMouseMotionHandler
- extends MouseMotionAdapter
ListMouseMotionHandler listens to mouse motion events occuring in the
combo box's list. This class is responsible for highlighting items in
the list when mouse is moved over them
Method Summary |
void |
mouseMoved(MouseEvent anEvent)
Implement this method in the interface with an empty body. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.ListMouseMotionHandler
protected BasicComboPopup.ListMouseMotionHandler()
mouseMoved
public void mouseMoved(MouseEvent anEvent)
- Description copied from class:
MouseMotionAdapter
- Implement this method in the interface with an empty body.
- Specified by:
mouseMoved
in interface MouseMotionListener
- Overrides:
mouseMoved
in class MouseMotionAdapter
- Parameters:
anEvent
- the event, ignored in this implementation