com.cmpware.ide.views
Class EasyColumn

java.lang.Object
  extended by com.cmpware.ide.views.EasyColumn

public class EasyColumn
extends java.lang.Object

This class is is used to describe a table column.

Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
 int alignment
          The column alignment
 int column
          The column number
static java.lang.String copyright
          Copyright string
 java.lang.String name
          The column name
 int width
          The column width
 
Constructor Summary
EasyColumn(java.lang.String name, int column, int width, int alignment)
          This constructor is used to build up the Easy Column data.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

name

public java.lang.String name
The column name


column

public int column
The column number


width

public int width
The column width


alignment

public int alignment
The column alignment

Constructor Detail

EasyColumn

public EasyColumn(java.lang.String name,
                  int column,
                  int width,
                  int alignment)
This constructor is used to build up the Easy Column data.

Parameters:
name - The column name.
column - The column number (starting at zero).
width - The column width.
alignment - The column alignment.