|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.excel.v1.util.ExcelTableUtil
public abstract class ExcelTableUtil
Facilitadores de Excel
| Constructor Summary | |
|---|---|
ExcelTableUtil()
|
|
| Method Summary | |
|---|---|
static void |
exportData(ExcelDataTool data,
ExcelStyleTool style,
JTable table,
ExcelTable format,
boolean firstIsRowHeader,
int dataRow,
int dataColumn)
Exporta o conteúdo da tabela |
static Component |
getCorner(JScrollPane scroll)
Retorna o Corner do ScrollPane |
static void |
setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table)
Atribui uma tabela a uma planilha excel |
static void |
setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format)
Atribui uma tabela a uma planilha excel |
static void |
setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format,
boolean firstIsRowHeader)
Atribui uma tabela a uma planilha excel |
static void |
showRowHeader(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int row,
int column,
ExcelTable format)
Imprime o cabeçalho de linha |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelTableUtil()
| Method Detail |
|---|
public static void setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table)
head - data - style - column - row - table -
public static void setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format)
head - data - style - column - row - table - format -
public static void setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format,
boolean firstIsRowHeader)
head - data - style - column - row - table - format - firstIsRowHeader -
public static void exportData(ExcelDataTool data,
ExcelStyleTool style,
JTable table,
ExcelTable format,
boolean firstIsRowHeader,
int dataRow,
int dataColumn)
data - style - table - format - firstIsRowHeader - dataRow - dataColumn -
public static void showRowHeader(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int row,
int column,
ExcelTable format)
head - data - style - table - row - column - format - public static Component getCorner(JScrollPane scroll)
scroll -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||