|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
org.beanfabrics.swing.list.BnListModel
public class BnListModel
The BnListModel
is a ListModel
that decorates a
IListPM
Field Summary |
---|
Fields inherited from class javax.swing.AbstractListModel |
---|
listenerList |
Constructor Summary | |
---|---|
BnListModel(IListPM listCell,
CellConfig cellConfig)
|
Method Summary | |
---|---|
void |
dismiss()
Disconnect this object from the underlying IListPM. |
CellConfig |
getCellConfig()
|
java.lang.Object |
getElementAt(int index)
|
IListPM |
getListCell()
|
int |
getSize()
|
Methods inherited from class javax.swing.AbstractListModel |
---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BnListModel(IListPM listCell, CellConfig cellConfig)
Method Detail |
---|
public void dismiss()
this
object from the underlying IListPM.
public CellConfig getCellConfig()
public java.lang.Object getElementAt(int index)
public int getSize()
public IListPM getListCell()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |