|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--txtclct
| Constructor Summary | |
txtclct()
The class constructor. |
|
| Method Summary | |
java.lang.String |
getAt(int idx)
Returns the string at the specified index or NULL if no such position |
java.lang.String |
getNext()
Returns the next available string or NULL if no more |
int |
getRowCount()
Returns the number of rows of text messages in the object |
void |
moveToTop()
Moves the internal iteration position to just before the first record, use getNext to actually retrieve the first record |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public txtclct()
| Method Detail |
public void moveToTop()
getNext to actually retrieve the first recordpublic java.lang.String getNext()
public java.lang.String getAt(int idx)
idx - the index of the message to retrievepublic int getRowCount()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||