|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.excel.v1.util.DefaultExcelTable
public class DefaultExcelTable
Implementação padrão do ExcelTable
| Constructor Summary | |
|---|---|
DefaultExcelTable()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExcelTable()
| Method Detail |
|---|
public Object getValue(JTable table,
int row,
int column,
Object valueAt)
getValue in interface ExcelTable
public ExcelStyle getStyle(JTable table,
int row,
int column,
ExcelStyleTool style)
getStyle in interface ExcelTable
public Object getColumnHeaderValue(JTable table,
int column,
Object valueAt)
getColumnHeaderValue in interface ExcelTable
public ExcelStyle getColumnHeaderStyle(JTable table,
int column,
ExcelStyleTool style)
getColumnHeaderStyle in interface ExcelTable
public Object getRowHeaderValue(JTable table,
int row,
Object valueAt)
getRowHeaderValue in interface ExcelTable
public ExcelStyle getRowHeaderStyle(JTable table,
int row,
ExcelStyleTool style)
getRowHeaderStyle in interface ExcelTablepublic Object getCorner(Component c)
ExcelTable
getCorner in interface ExcelTablec -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||