|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
public class BasicComboPopup.ListDataHandler
As of 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. Do not call or override.
The functionality has been migrated into ItemHandler
.
BasicComboPopup.createItemListener()
Constructor Summary | |
---|---|
BasicComboPopup.ListDataHandler()
|
Method Summary | |
---|---|
void |
contentsChanged(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(ListDataEvent e)
Sent after the indices in the index0,index1 interval have been inserted in the data model. |
void |
intervalRemoved(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 BasicComboPopup.ListDataHandler()
Method Detail |
---|
public void contentsChanged(ListDataEvent e)
ListDataListener
contentsChanged
in interface ListDataListener
e
- a ListDataEvent
encapsulating the
event informationpublic void intervalAdded(ListDataEvent e)
ListDataListener
intervalAdded
in interface ListDataListener
e
- a ListDataEvent
encapsulating the
event informationpublic void intervalRemoved(ListDataEvent e)
ListDataListener
intervalRemoved
in interface ListDataListener
e
- a ListDataEvent
encapsulating the
event information
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.