|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExcelTable | |
|---|---|
| tecgraf.javautils.excel.v1 | |
| tecgraf.javautils.excel.v1.util | |
| Uses of ExcelTable in tecgraf.javautils.excel.v1 |
|---|
| Methods in tecgraf.javautils.excel.v1 with parameters of type ExcelTable | |
|---|---|
void |
ExcelExportableAdapter.exportExcel(Component component,
ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
ExcelTable format)
Exporta o componente |
void |
ExcelExportable.exportExcel(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
ExcelTable format)
Exporta o componente |
| Uses of ExcelTable in tecgraf.javautils.excel.v1.util |
|---|
| Classes in tecgraf.javautils.excel.v1.util that implement ExcelTable | |
|---|---|
class |
DefaultExcelTable
Implementação padrão do ExcelTable |
| Methods in tecgraf.javautils.excel.v1.util with parameters of type ExcelTable | |
|---|---|
void |
VerticalExcelModel.addTable(JTable table,
ExcelTable format)
Adiciona uma tabela |
void |
VerticalExcelModel.addTable(JTable table,
ExcelTable format,
boolean firstIsRowHeader)
Adiciona uma tabela |
static void |
ExcelTableUtil.exportData(ExcelDataTool data,
ExcelStyleTool style,
JTable table,
ExcelTable format,
boolean firstIsRowHeader,
int dataRow,
int dataColumn)
Exporta o conteúdo da tabela |
static void |
ExcelTableUtil.setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format)
Atribui uma tabela a uma planilha excel |
static void |
ExcelTableUtil.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 |
ExcelTableUtil.showRowHeader(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int row,
int column,
ExcelTable format)
Imprime o cabeçalho de linha |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||