com.generationjava.io
Class TableRow

java.lang.Object
  extended bycom.generationjava.io.TableRow
All Implemented Interfaces:
Iterator

public class TableRow
extends Object
implements Iterator

A TableRow contains one or many objects.


Constructor Summary
TableRow(Object obj)
           
 
Method Summary
 boolean firstColumn()
           
 int[] getColumnSizes()
           
 int getColumnWidth()
           
 int getWidth()
           
 boolean hasNext()
           
 boolean lastColumn()
           
 Object next()
           
 void remove()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow(Object obj)
Method Detail

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.