| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.table |
| Modifier and Type | Field and Description |
|---|---|
private DataFrameCellFormat |
DataFrameTable.defaultCellFormat |
| Modifier and Type | Field and Description |
|---|---|
private Map<Object,DataFrameCellFormat> |
DataFrameTable.formatMap |
| Modifier and Type | Method and Description |
|---|---|
DataFrameCellFormat |
DataFrameTable.getCellFormat(int rowIndex,
int colIndex,
boolean create)
Returns the cell format for the row and column index
|
DataFrameCellFormat |
DataFrameTable.getCellFormat(Object row,
Object column,
boolean create)
Returns the cell format for row and column key
|
DataFrameCellFormat |
DataFrameTable.getDefaultCellFormat()
Returns the default format for cells
|
DataFrameCellFormat |
DataFrameTable.getRowHeaderFormat(Object row,
boolean create)
Returns the cell format for the row header cell (ie fixed column)
|
| Modifier and Type | Method and Description |
|---|---|
protected Color |
DataFrameCellRenderer.getBackground(JTable table,
DataFrameCellFormat format,
Object value,
boolean selected)
Returns the background color for the row and column coordinates
|
protected Color |
DataFrameCellRenderer.getForeground(JTable table,
DataFrameCellFormat format,
Object value,
boolean selected)
Returns the foreground color for the row and column coordinates
|
void |
DataFrameTable.setDefaultCellFormat(DataFrameCellFormat defaultCellFormat)
Sets the default cell format for this table
|
Copyright 2014-2017, Xavier Witdouck