Class txtclct

java.lang.Object
  |
  +--txtclct

public class txtclct
extends java.lang.Object


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

txtclct

public txtclct()
The class constructor.
Method Detail

moveToTop

public void moveToTop()
Moves the internal iteration position to just before the first record, use getNext to actually retrieve the first record

getNext

public java.lang.String getNext()
Returns the next available string or NULL if no more
Returns:
the next available message, based on an internal iteration

getAt

public java.lang.String getAt(int idx)
Returns the string at the specified index or NULL if no such position
Parameters:
idx - the index of the message to retrieve
Returns:
the message at idx or null

getRowCount

public int getRowCount()
Returns the number of rows of text messages in the object
Returns:
the number of rows