|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.list.AbstractListModel
yu.ac.bg.etf.javaqx.qswing.list.ArrayListModel
Array List Model.
Field Summary |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.list.AbstractListModel |
listenerList |
Constructor Summary | |
ArrayListModel(java.lang.Object[] array)
Constructs new ArrayListModel object. |
Method Summary | |
java.lang.Object |
getElementAt(int index)
Returns the element at the specified index. |
int |
getSize()
Returns the size of the list. |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.list.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayListModel(java.lang.Object[] array)
array
- the array modelMethod Detail |
public java.lang.Object getElementAt(int index)
index
- the element index
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |