com.generationjava.io
Class TableRow
java.lang.Object
com.generationjava.io.TableRow
- All Implemented Interfaces:
- Iterator
- public class TableRow
- extends Object
- implements Iterator
A TableRow contains one or many objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRow
public TableRow(Object obj)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
reset
public void reset()
firstColumn
public boolean firstColumn()
lastColumn
public boolean lastColumn()
getColumnWidth
public int getColumnWidth()
getWidth
public int getWidth()
getColumnSizes
public int[] getColumnSizes()
Copyright © 2000-2005 OSJava. All Rights Reserved.