javax.swing.plaf.basic
public class BasicComboBoxUI.ListDataHandler extends Object implements ListDataListener
| Constructor Summary | |
|---|---|
| ListDataHandler()
Creates a new ListDataHandler object. | |
| Method Summary | |
|---|---|
| void | contentsChanged(ListDataEvent e)
Invoked if the content's of JComboBox's data model are changed.
|
| void | intervalAdded(ListDataEvent e)
Invoked when items are added to the JComboBox's data model.
|
| void | intervalRemoved(ListDataEvent e)
Invoked when items are removed from the JComboBox's
data model.
|
Parameters: e ListDataEvent describing the change.
Parameters: e ListDataEvent describing the change.
Parameters: e ListDataEvent describing the change.