javax.swing.plaf.basic
Class BasicComboPopup.ListSelectionHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup.ListSelectionHandler
- All Implemented Interfaces:
- EventListener, ListSelectionListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ListSelectionHandler
- extends Object
- implements ListSelectionListener
This class is not used anymore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.ListSelectionHandler
protected BasicComboPopup.ListSelectionHandler()
valueChanged
public void valueChanged(ListSelectionEvent e)
- Description copied from interface:
ListSelectionListener
- Receives notification of a
ListSelectionEvent.
- Specified by:
valueChanged in interface ListSelectionListener
- Parameters:
e - the event.