|
Ribs API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
com.ribs.RBListBinder.BinderListModel
List Model implementation for lists using bind key.
| Constructor Summary | |
RBListBinder.BinderListModel(RBListBinder aBinder,
javax.swing.JList aList)
Creates a new binder list model for given list. |
|
| Method Summary | |
void |
fireContentsChanged(java.lang.Object aSource,
int index0,
int index1)
Overrides AbstractListModel implementation to make public. |
java.lang.Object |
getElementAt(int anIndex)
List model method - returns the key value for the list object at given index. |
int |
getSize()
List model method - returns size of binder's list. |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RBListBinder.BinderListModel(RBListBinder aBinder,
javax.swing.JList aList)
| Method Detail |
public void fireContentsChanged(java.lang.Object aSource,
int index0,
int index1)
public int getSize()
public java.lang.Object getElementAt(int anIndex)
|
Ribs API. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||