java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
- All Implemented Interfaces:
- EventListener,- ListDataListener
- Enclosing class:
- BasicComboBoxUI
public class BasicComboBoxUI.ListDataHandler extends Object implements ListDataListener
This listener watches for changes in the
 
ComboBoxModel.
 
 This public inner class should be treated as protected.
 Instantiate it only within subclasses of
 BasicComboBoxUI.
- See Also:
- BasicComboBoxUI.createListDataListener()
- 
Constructor SummaryConstructors Constructor Description ListDataHandler()
- 
Method SummaryMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface javax.swing.event.ListDataListenercontentsChanged, intervalAdded, intervalRemoved
- 
Constructor Details- 
ListDataHandlerpublic ListDataHandler()
 
-