javax.swing.plaf.basic
public class BasicComboBoxUI.ListDataHandler extends Object implements ListDataListener
Constructor and Description |
---|
BasicComboBoxUI.ListDataHandler()
Creates a new ListDataHandler object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public BasicComboBoxUI.ListDataHandler()
public void contentsChanged(ListDataEvent e)
contentsChanged
in interface ListDataListener
e
- ListDataEvent describing the change.public void intervalAdded(ListDataEvent e)
intervalAdded
in interface ListDataListener
e
- ListDataEvent describing the change.public void intervalRemoved(ListDataEvent e)
intervalRemoved
in interface ListDataListener
e
- ListDataEvent describing the change.