|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tkuhn.swing.event.ListDataAdapter
public class ListDataAdapter
This Class provides a default implementation of ListDataListener
with empty implementation methods.
ListDataListener
Constructor Summary | |
---|---|
ListDataAdapter()
Creates a new instance of ListDataAdapter |
Method Summary | |
---|---|
void |
contentsChanged(javax.swing.event.ListDataEvent e)
Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods. |
void |
intervalAdded(javax.swing.event.ListDataEvent e)
Sent after the indices in the index0,index1 interval have been inserted in the data model. |
void |
intervalRemoved(javax.swing.event.ListDataEvent e)
Sent after the indices in the index0,index1 interval have been removed from the data model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListDataAdapter()
Method Detail |
---|
public void contentsChanged(javax.swing.event.ListDataEvent e)
contentsChanged
in interface javax.swing.event.ListDataListener
e
- a ListDataEvent
encapsulating the event
informationpublic void intervalAdded(javax.swing.event.ListDataEvent e)
intervalAdded
in interface javax.swing.event.ListDataListener
e
- a ListDataEvent
encapsulating the event
informationpublic void intervalRemoved(javax.swing.event.ListDataEvent e)
intervalRemoved
in interface javax.swing.event.ListDataListener
e
- a ListDataEvent
encapsulating the event
information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |