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, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
public T getElementAt(int index)
getElementAt
in interface TypedListModel<T>
getElementAt
in interface ListModel
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public boolean hasNext()
public T next()
public void remove()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.