public interface ExcelTable
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn(Object columnValue,
int columnIndex)
Formata o valor da coluna
|
ExcelStyle |
getColumnHeaderStyle(JTable table,
int column,
ExcelStyleTool style) |
Object |
getColumnHeaderValue(JTable table,
int column,
Object valueAt) |
Object |
getCorner(Component c)
Formata o valor do Corner
|
ExcelStyle |
getRowHeaderStyle(JTable table,
Component rowComponent,
int row,
ExcelStyleTool style) |
Object |
getRowHeaderValue(JTable table,
Component rowComponent,
int row,
Object valueAt) |
ExcelStyle |
getStyle(JTable table,
int row,
int column,
ExcelStyleTool style)
Retorna o formato da celula
|
Object |
getValue(JTable table,
int row,
int column,
Object valueAt)
Retorna o valor através de uma estrutura de dados
|
Object getValue(JTable table, int row, int column, Object valueAt)
table - row - column - valueAt - ExcelStyle getStyle(JTable table, int row, int column, ExcelStyleTool style)
table - row - column - style - Object getColumnHeaderValue(JTable table, int column, Object valueAt)
table - valueAt - column - ExcelStyle getColumnHeaderStyle(JTable table, int column, ExcelStyleTool style)
table - column - style - Object getRowHeaderValue(JTable table, Component rowComponent, int row, Object valueAt)
table - rowComponent - valueAt - row - ExcelStyle getRowHeaderStyle(JTable table, Component rowComponent, int row, ExcelStyleTool style)
table - rowComponent - row - style - Object getCorner(Component c)
c - Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.