|
|||||||||
| 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
Handles the changes occurring in the JComboBox's data model.
| Constructor Summary | |
|---|---|
BasicComboBoxUI.ListDataHandler()
Creates a new ListDataHandler object. |
|
| Method Summary | |
|---|---|
void |
contentsChanged(ListDataEvent e)
Invoked if the content's of JComboBox's data model are changed. |
void |
intervalAdded(ListDataEvent e)
Invoked when items are added to the JComboBox's data model. |
void |
intervalRemoved(ListDataEvent e)
Invoked when items are removed from the JComboBox's 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)
contentsChanged in interface ListDataListenere - ListDataEvent describing the change.public void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenere - ListDataEvent describing the change.public void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenere - ListDataEvent describing the change.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||