|
Ascent Phase Corp. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.ascentphase.suit.VectorItemList
An ItemList that uses a Vector as its underlying data source.
| Field Summary | |
protected java.util.Vector |
list
|
| Constructor Summary | |
VectorItemList(java.util.Vector list)
Initializes this class with the given Vector of String objects. |
|
| Method Summary | |
int |
getSize()
Returns the current size of the list. |
java.lang.String |
getStringAt(int index)
Returns the String item at the given index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector list
| Constructor Detail |
public VectorItemList(java.util.Vector list)
list - a Vector of String objects.| Method Detail |
public int getSize()
getSize in interface ItemListpublic java.lang.String getStringAt(int index)
getStringAt in interface ItemListindex - the index value.
|
Ascent Phase Corp. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||