|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
public class BasicComboBoxUI.ListDataHandler extends Object implements ListDataListener
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 and Description |
|---|
BasicComboBoxUI.ListDataHandler()
|
| Modifier and Type | Method and Description |
|---|---|
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 BasicComboBoxUI.ListDataHandler()
| Method Detail |
|---|
public void contentsChanged(ListDataEvent e)
ListDataListener
contentsChanged in interface ListDataListenere - a ListDataEvent encapsulating the
event informationpublic void intervalAdded(ListDataEvent e)
ListDataListener
intervalAdded in interface ListDataListenere - a ListDataEvent encapsulating the
event informationpublic void intervalRemoved(ListDataEvent e)
ListDataListener
intervalRemoved in interface ListDataListenere - a ListDataEvent encapsulating the
event information
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.