|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An abstract representation of a collection.
| Method Summary | |
CollectionItem |
getCollection()
Get the collection item represented by the model |
Object |
getObject(int index)
Returns the object at the row represented by the given index. |
int |
getRowCount()
Gets the number of rows of this collection. |
int |
indexOf(Object object)
Returns the index of an object in the collection |
| Methods inherited from interface org.objectweb.jac.aspects.gui.Model |
close |
| Method Detail |
public int getRowCount()
public Object getObject(int index)
index - a row indexpublic int indexOf(Object object)
object - the object whose index to find
public CollectionItem getCollection()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||