ru.biosoft.access.support
Class NameListToListModelAdapter
java.lang.Object
|
+--javax.swing.AbstractListModel
|
+--ru.biosoft.access.support.NameListToListModelAdapter
- public class NameListToListModelAdapter
- extends AbstractListModel
- implements DataCollectionListener
| 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 |
NameListToListModelAdapter
public NameListToListModelAdapter(DataCollection dataCollection)
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()
to Class ru.biosoft.access.DataCollection
to Class java.util.List
BOTTOM