public class RowsModel<T> extends AbstractListModel implements TypedListModel<T>, PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
protected AmbitRows<T> |
rows |
listenerList| Modifier and Type | Method and Description |
|---|---|
T |
getElementAt(int index) |
int |
getSize() |
boolean |
hasNext() |
T |
next() |
void |
propertyChange(PropertyChangeEvent evt) |
void |
remove() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic T getElementAt(int index)
getElementAt in interface TypedListModel<T>getElementAt in interface ListModelpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic boolean hasNext()
public T next()
public void remove()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.