|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.CollectionPosition
A class that represents a position in a given collection.
Constructor Summary | |
CollectionPosition(CollectionView collectionView,
CollectionItem collection,
int index,
Object substance)
Constructs a new position. |
Method Summary | |
CollectionItem |
getCollection()
Returns the collection. |
CollectionView |
getCollectionView()
Returns the collection view. |
int |
getIndex()
The index of this position in the collection. |
Object |
getSubstance()
Returns the substance that holds the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CollectionPosition(CollectionView collectionView, CollectionItem collection, int index, Object substance)
collectionView
- the collection view that corresponds to
the substancecollection
- the substance collectionindex
- the row index of this positionsubstance
- the object that holds the collectionMethod Detail |
public CollectionView getCollectionView()
public CollectionItem getCollection()
public int getIndex()
public Object getSubstance()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |