|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExcelTable
Interface responsável por retornar o valor a ser impresso através de uma estrutura de dados.
| Method Summary | |
|---|---|
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,
int row,
ExcelStyleTool style)
|
Object |
getRowHeaderValue(JTable table,
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 |
| Method Detail |
|---|
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,
int row,
Object valueAt)
table - valueAt - row -
ExcelStyle getRowHeaderStyle(JTable table,
int row,
ExcelStyleTool style)
table - row - style -
Object getCorner(Component c)
c -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||