|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicListUI.ListDataHandler
public class BasicListUI.ListDataHandler
A helper class which listens for ListDataEvents generated by
the JList's ListModel.
JList.getModel()| Constructor Summary | |
|---|---|
BasicListUI.ListDataHandler()
|
|
| Method Summary | |
|---|---|
void |
contentsChanged(ListDataEvent e)
Called when a general change has happened in the model which cannot be represented in terms of a simple addition or deletion. |
void |
intervalAdded(ListDataEvent e)
Called when an interval of objects has been added to the model. |
void |
intervalRemoved(ListDataEvent e)
Called when an inteval of objects has been removed from the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicListUI.ListDataHandler()
| Method Detail |
|---|
public void contentsChanged(ListDataEvent e)
contentsChanged in interface ListDataListenere - The event representing the changepublic void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenere - The event representing the additionpublic void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenere - The event representing the removal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||