private static class SaveLayersTableColumnModel.RecommendedActionsTableCell extends Object implements TableCellRenderer
Modifier and Type | Field and Description |
---|---|
private static GBC |
defaultCellStyle |
private JLabel |
needsSave |
private JLabel |
needsUpload |
private JPanel |
pnlEmpty |
Constructor and Description |
---|
RecommendedActionsTableCell()
Constructs a new
RecommendedActionsTableCell . |
Modifier and Type | Method and Description |
---|---|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
private final JLabel needsUpload
private static final GBC defaultCellStyle
RecommendedActionsTableCell()
RecommendedActionsTableCell
.public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent
in interface TableCellRenderer