de.jaret.util.ui.table
Class JaretTable.ColInfo

java.lang.Object
  extended by de.jaret.util.ui.table.JaretTable.ColInfo
Enclosing class:
JaretTable

public class JaretTable.ColInfo
extends java.lang.Object

Simple struct for storing column information.

Version:
$Id: JaretTable.java 1076 2010-12-05 13:34:42Z kliem $
Author:
Peter Kliem

Field Summary
 IColumn column
          column reference.
 int width
          actual width of the column.
 int x
          begin x coordinate.
 
Constructor Summary
JaretTable.ColInfo(IColumn columnIn, int xIn, int widthIn)
          Construct a col info instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
begin x coordinate.


column

public IColumn column
column reference.


width

public int width
actual width of the column.

Constructor Detail

JaretTable.ColInfo

public JaretTable.ColInfo(IColumn columnIn,
                          int xIn,
                          int widthIn)
Construct a col info instance.

Parameters:
columnIn - col ref
xIn - begin x
widthIn - width in pixel


Copyright © 2012. All Rights Reserved.