HEADER

ru.biosoft.access.support
Class NameListToListModelAdapter

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--ru.biosoft.access.support.NameListToListModelAdapter

public class NameListToListModelAdapter
extends AbstractListModel
implements DataCollectionListener


Constructor Summary
NameListToListModelAdapter(DataCollection dataCollection)
           

Method Summary
 voidelementAdded(DataCollectionEvent e)
           
 voidelementChanged(DataCollectionEvent e)
           
 voidelementRemoved(DataCollectionEvent e)
           
 voidelementWillAdd(DataCollectionEvent e)
           
 voidelementWillChange(DataCollectionEvent e)
           
 voidelementWillRemove(DataCollectionEvent e)
           
 ObjectgetElementAt(int index)
           
 intgetSize()
           

Methods inherited from class javax.swing.AbstractListModel
addListDataListener, removeListDataListener, getListeners

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

NameListToListModelAdapter

public NameListToListModelAdapter(DataCollection dataCollection)
Method Detail

elementAdded

public void elementAdded(DataCollectionEvent e)
throws java.lang.Exception

elementChanged

public void elementChanged(DataCollectionEvent e)
throws java.lang.Exception

elementRemoved

public void elementRemoved(DataCollectionEvent e)
throws java.lang.Exception

elementWillAdd

public void elementWillAdd(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception

elementWillChange

public void elementWillChange(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception

elementWillRemove

public void elementWillRemove(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception

getElementAt

public Object getElementAt(int index)

getSize

public int getSize()

Association Links

to Class ru.biosoft.access.DataCollection

to Class java.util.List


FOOTER

BOTTOM