public static class ComputableDataTableCell.TuttiComputedOrNotDataTableCellRenderer extends Object implements TableCellRenderer
| Modifier and Type | Field and Description |
|---|---|
protected Color |
computedDataColor |
protected Integer |
decimalNumber |
protected TableCellRenderer |
delegate |
protected boolean |
useFloat |
| Constructor and Description |
|---|
ComputableDataTableCell.TuttiComputedOrNotDataTableCellRenderer(TableCellRenderer delegate,
boolean useFloat,
Integer decimalNumber,
Color computedDataColor) |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
protected final TableCellRenderer delegate
protected Integer decimalNumber
protected Color computedDataColor
protected boolean useFloat
public ComputableDataTableCell.TuttiComputedOrNotDataTableCellRenderer(TableCellRenderer delegate, boolean useFloat, Integer decimalNumber, Color computedDataColor)
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent in interface TableCellRendererCopyright © 2012–2014 Ifremer. All rights reserved.