henplus.view
Class Column
java.lang.Object
henplus.view.Column
- Direct Known Subclasses:
- ExtendedColumn
public class Column
- extends Object
One column in the table.
This column contains both: the actual data to be printed and the
state to print it; this state is represented by the 'position', the
internal row if this is an multirow column. This is ok, since this
Column is only used once to be filled and once to be printed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Column
public Column(long value)
Column
public Column(String text)
? 1997..2006 Henner Zeller