|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicComboPopup.ListDataHandler
public class BasicComboPopup.ListDataHandler
This class is not used any more.
Constructor Summary | |
---|---|
BasicComboPopup.ListDataHandler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicComboPopup.ListDataHandler()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |