henplus.view
Class Column

java.lang.Object
  extended by 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.


Constructor Summary
Column(long value)
           
Column(String text)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column(long value)

Column

public Column(String text)


? 1997..2006 Henner Zeller