|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
, ListDataListener


public class BasicComboBoxUI.ListDataHandler


This listener watches for changes in the
ComboBoxModel.
This public inner class should be treated as protected.
Instantiate it only within subclasses of
BasicComboBoxUI.
BasicComboBoxUI.createListDataListener()

| Constructor Summary | |
|---|---|
BasicComboBoxUI.ListDataHandler
|
|
| Method Summary | |
|---|---|
void |
contentsChanged
Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods. |
void |
intervalAdded
Sent after the indices in the index0,index1 interval have been inserted in the data model. |
void |
intervalRemoved
Sent after the indices in the index0,index1 interval have been removed from the data model. |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public BasicComboBoxUI.ListDataHandler()
| Method Detail |
|---|

public void contentsChanged(ListDataEvent![]()
![]()
e)
ListDataListener

contentsChanged

in interface ListDataListener

e - a ListDataEvent encapsulating the
event information

public void intervalAdded(ListDataEvent![]()
![]()
e)
ListDataListener

intervalAdded

in interface ListDataListener

e - a ListDataEvent encapsulating the
event information

public void intervalRemoved(ListDataEvent![]()
![]()
e)
ListDataListener

intervalRemoved

in interface ListDataListener

e - a ListDataEvent encapsulating the
event information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||