javax.swing.plaf.basic
public class BasicComboPopup.ListDataHandler extends Object implements ListDataListener
Constructor and Description |
---|
BasicComboPopup.ListDataHandler() |
Modifier and Type | Method and Description |
---|---|
void |
contentsChanged(ListDataEvent e)
Notifies the listener that the contents of the list have changed
in some way.
|
void |
intervalAdded(ListDataEvent e)
Notifies the listener that one or more items have been added to the
list.
|
void |
intervalRemoved(ListDataEvent e)
Notifies the listener that one or more items have been removed from
the list.
|
public BasicComboPopup.ListDataHandler()
public void contentsChanged(ListDataEvent e)
ListDataListener
ListDataListener.intervalAdded(ListDataEvent)
or the
ListDataListener.intervalRemoved(ListDataEvent)
methods.contentsChanged
in interface ListDataListener
e
- the event.public void intervalAdded(ListDataEvent e)
ListDataListener
event
argument can supply the indices for the
range of items added.intervalAdded
in interface ListDataListener
e
- the event.public void intervalRemoved(ListDataEvent e)
ListDataListener
event
argument can supply the indices for
the range of items removed.intervalRemoved
in interface ListDataListener
e
- the event.