|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleDataListener | |
|---|---|
| net.sf.sbcc.componentcombo | |
| net.sf.sbcc.componentcombo.plaf.basic | |
| Uses of SimpleDataListener in net.sf.sbcc.componentcombo |
|---|
| Classes in net.sf.sbcc.componentcombo that implement SimpleDataListener | |
|---|---|
class |
JAbstractComponentComboBox
|
class |
JMultiButtonComboBox
|
| Methods in net.sf.sbcc.componentcombo that return SimpleDataListener | |
|---|---|
SimpleDataListener[] |
AbstractSimpleModel.getDataListeners()
Returns an array of all the list data listeners registered on this AbstractListModel. |
| Methods in net.sf.sbcc.componentcombo with parameters of type SimpleDataListener | |
|---|---|
void |
SimpleModel.addDataListener(SimpleDataListener l)
Adds a listener to the list that's notified each time a change to the data model occurs. |
void |
AbstractSimpleModel.addDataListener(SimpleDataListener l)
Adds a listener to the list that's notified each time a change to the data model occurs. |
void |
SimpleModel.removeDataListener(SimpleDataListener l)
Removes a listener from the list that's notified each time a change to the data model occurs. |
void |
AbstractSimpleModel.removeDataListener(SimpleDataListener l)
Removes a listener from the list that's notified each time a change to the data model occurs. |
| Uses of SimpleDataListener in net.sf.sbcc.componentcombo.plaf.basic |
|---|
| Classes in net.sf.sbcc.componentcombo.plaf.basic that implement SimpleDataListener | |
|---|---|
private class |
BasicComponentComboBoxUI.Handler
|
class |
BasicComponentComboBoxUI.SimpleDataHandler
This listener watches for changes in the ComboBoxModel. |
| Fields in net.sf.sbcc.componentcombo.plaf.basic declared as SimpleDataListener | |
|---|---|
protected SimpleDataListener |
BasicComponentComboBoxUI.dataListener
This protected field is implementation specific. |
protected SimpleDataListener |
BasicComponentComboPopup.listDataListener
This protected field is implementation specific. |
| Methods in net.sf.sbcc.componentcombo.plaf.basic that return SimpleDataListener | |
|---|---|
protected SimpleDataListener |
BasicComponentComboPopup.createDataListener()
Creates a list data listener which will be added to the ComboBoxModel. |
protected SimpleDataListener |
BasicComponentComboBoxUI.createDataListener()
Creates a list data listener which will be added to the ComboBoxModel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||