|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.adwt.BeanContextListModel
Description of the Class
| Field Summary | |
protected java.util.Collection |
listeners
Description of the Field |
protected java.beans.beancontext.BeanContext |
root
Description of the Field |
| Constructor Summary | |
BeanContextListModel(java.beans.beancontext.BeanContext root)
Constructor for the BeanContextListModel object |
|
| Method Summary | |
void |
addListDataListener(javax.swing.event.ListDataListener l)
Adds a feature to the ListDataListener attribute of the BeanContextListModel object |
void |
childrenAdded(java.beans.beancontext.BeanContextMembershipEvent bcme)
Description of the Method |
void |
childrenRemoved(java.beans.beancontext.BeanContextMembershipEvent bcme)
Description of the Method |
protected void |
fireContentsChanged()
Description of the Method |
protected void |
fireIntervalAdded()
Description of the Method |
protected void |
fireIntervalRemoved()
Description of the Method |
java.lang.Object |
getElementAt(int index)
Gets the elementAt attribute of the BeanContextListModel object |
int |
getSize()
Gets the size attribute of the BeanContextListModel object |
void |
removeListDataListener(javax.swing.event.ListDataListener l)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Collection listeners
protected java.beans.beancontext.BeanContext root
| Constructor Detail |
public BeanContextListModel(java.beans.beancontext.BeanContext root)
root - Description of the Parameter| Method Detail |
public void addListDataListener(javax.swing.event.ListDataListener l)
addListDataListener in interface javax.swing.ListModell - The feature to be added to the ListDataListener attributepublic void childrenAdded(java.beans.beancontext.BeanContextMembershipEvent bcme)
childrenAdded in interface java.beans.beancontext.BeanContextMembershipListenerbcme - Description of the Parameterpublic void childrenRemoved(java.beans.beancontext.BeanContextMembershipEvent bcme)
childrenRemoved in interface java.beans.beancontext.BeanContextMembershipListenerbcme - Description of the Parameterpublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelindex - Description of the Parameter
public int getSize()
getSize in interface javax.swing.ListModelpublic void removeListDataListener(javax.swing.event.ListDataListener l)
removeListDataListener in interface javax.swing.ListModell - Description of the Parameterprotected void fireContentsChanged()
protected void fireIntervalAdded()
protected void fireIntervalRemoved()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||