Class 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()

Constructors

Constructor Description
ListDataHandler()

Methods

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods declared in interface javax.swing.event.ListDataListener

contentsChanged, intervalAdded, intervalRemoved

Constructors

ListDataHandler

public ListDataHandler()