|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.ide.views.EasyColumn
public class EasyColumn
This class is is used to describe a table column.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| 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 |
|---|
public static final java.lang.String copyright
public java.lang.String name
public int column
public int width
public int alignment
| Constructor Detail |
|---|
public EasyColumn(java.lang.String name,
int column,
int width,
int alignment)
name - The column name.column - The column number (starting at zero).width - The column width.alignment - The column alignment.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||