|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.tools.internal.DTableCreator
org.eclipse.tptp.platform.report.birt).
public class DTableCreator
This class provides a tool to create a DTable and its content by giving data from several sources: array, list and SQL
DTable| Field Summary | |
|---|---|
static int |
ALL_LEFT
Deprecated. All columns are aligned to the left side |
static int |
ALL_RIGHT
Deprecated. All columns are aligned to the right side |
static int |
FIRST_LEFT_OTHERS_RIGHT
Deprecated. All columns except the first column are aligned to right (the first is aligned to the left side) |
| Constructor Summary | |
|---|---|
DTableCreator()
Deprecated. |
|
| Method Summary | |
|---|---|
static DTable |
FreeAlignmentLinedTable(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle[] rowStyles,
int[] colAlign)
Deprecated. |
static DTable |
LinedTableWithAlignment(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle rowPaired,
DStyle rowUnPaired,
int colAlign)
Deprecated. |
static DTable |
SimpleTable(IDTableContentProvider data,
DStyle cellStyle)
Deprecated. |
static DTable |
TableWithHeader(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle cellStyle)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FIRST_LEFT_OTHERS_RIGHT
#FreeAlignmentLinedTable(IDTableContentProvider, String[], DStyle, DStyle, DStyle, int),
Constant Field Valuespublic static final int ALL_LEFT
#FreeAlignmentLinedTable(IDTableContentProvider, String[], DStyle, DStyle, DStyle, int),
Constant Field Valuespublic static final int ALL_RIGHT
#FreeAlignmentLinedTable(IDTableContentProvider, String[], DStyle, DStyle, DStyle, int),
Constant Field Values| Constructor Detail |
|---|
public DTableCreator()
| Method Detail |
|---|
public static DTable SimpleTable(IDTableContentProvider data,
DStyle cellStyle)
cellStyle - define the style for all the cell which has been created
by the method. its value can be null
public static DTable TableWithHeader(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle cellStyle)
SimpleTable(IDTableContentProvider, DStyle)
public static DTable LinedTableWithAlignment(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle rowPaired,
DStyle rowUnPaired,
int colAlign)
#TableWithHeader(IDTableContentProvider, String[], DStyle)
public static DTable FreeAlignmentLinedTable(IDTableContentProvider data,
java.lang.String[] header,
DStyle headerStyle,
DStyle[] rowStyles,
int[] colAlign)
colAlign - is an array of IDAlignment values
IDAlignment
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||