|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.page.JCPageTableFromJCTable
Creates a JCPageTable from a JClass JCTable.
| Field Summary | |
protected static int[][] |
alignment_map
|
protected static int |
defaultColumnWidth
|
| Constructor Summary | |
JCPageTableFromJCTable()
|
|
| Method Summary | |
protected static int |
convertSwingToTextStyleAlignment(int alignment)
Converts the SwingConstants alignment to a JCTextStyle alignment. |
static com.klg.jclass.page.JCPageTable |
createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.JCTable jcTable,
boolean populate)
Creates a JCPageTable from a JClass JCTable. |
static com.klg.jclass.page.JCPageTable |
createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.TableDataModel tableDataModel,
boolean populate)
Creates a JCPageTable from a JClass TableDataModel. |
protected static com.klg.jclass.page.JCPageTable |
createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable,
boolean populate)
Creates a JCPageTable from a JClass JCTable. |
static void |
populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.JCTable jcTable)
Populates an empty JPageTable from the specified
JCTable. |
static void |
populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.JCTable jcTable,
boolean applyJCTableStyles)
Populates an empty JPageTable from the specified
JCTable. |
static void |
populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel)
Populates an empty JCPageTable from the specified TableDataModel. |
protected static void |
populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable)
Populates an empty JCPageTable from the specified TableDataModel. |
protected static void |
populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable,
boolean applyJCTableStyles)
Populates an empty JCPageTable from the specified
TableDataModel. |
protected static com.klg.jclass.page.JCDrawStyle |
setDrawStyle(com.klg.jclass.table.CellStyleModel styleModel,
com.klg.jclass.page.JCDrawStyle currentDrawStyle)
|
protected static com.klg.jclass.page.JCTextStyle |
setTextStyle(com.klg.jclass.table.CellStyleModel styleModel,
com.klg.jclass.page.JCTextStyle currentStyle)
Given a CellStyleModel, sets JCTextStyle attributes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static int defaultColumnWidth
protected static int[][] alignment_map
| Constructor Detail |
public JCPageTableFromJCTable()
| Method Detail |
public static com.klg.jclass.page.JCPageTable createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.JCTable jcTable,
boolean populate)
JCPageTable from a JClass JCTable.
doc - jcTable - populate -
public static com.klg.jclass.page.JCPageTable createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.TableDataModel tableDataModel,
boolean populate)
JCPageTable from a JClass TableDataModel.
doc - populate - tableDataModel -
protected static com.klg.jclass.page.JCPageTable createTable(com.klg.jclass.page.JCDocument doc,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable,
boolean populate)
JCPageTable from a JClass JCTable.
doc - jcTable - populate - tableDataModel -
public static void populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.JCTable jcTable)
JPageTable from the specified
JCTable.
jcTable - table -
public static void populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel)
JCPageTable from the specified TableDataModel.
table - tableDataModel -
public static void populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.JCTable jcTable,
boolean applyJCTableStyles)
JPageTable from the specified
JCTable.
table - jcTable - protected static int convertSwingToTextStyleAlignment(int alignment)
SwingConstants alignment to a JCTextStyle alignment.
alignment -
protected static com.klg.jclass.page.JCTextStyle setTextStyle(com.klg.jclass.table.CellStyleModel styleModel,
com.klg.jclass.page.JCTextStyle currentStyle)
CellStyleModel, sets JCTextStyle attributes.
styleModel - currentStyle -
protected static com.klg.jclass.page.JCDrawStyle setDrawStyle(com.klg.jclass.table.CellStyleModel styleModel,
com.klg.jclass.page.JCDrawStyle currentDrawStyle)
protected static void populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable)
JCPageTable from the specified TableDataModel.
table - jcTable - tableDataModel -
protected static void populateTable(com.klg.jclass.page.JCPageTable table,
com.klg.jclass.table.TableDataModel tableDataModel,
com.klg.jclass.table.JCTable jcTable,
boolean applyJCTableStyles)
JCPageTable from the specified
TableDataModel.
jcTable - table - tableDataModel -
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||