public abstract class AbstractTableCellRenderer extends Object implements TableCellRenderer
An abstract base class for the TableCellRenderer.
| Constructor and Description |
|---|
AbstractTableCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
TableLayout.Constraint |
createCellConstraint(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableCellRendererComponentpublic TableLayout.Constraint createCellConstraint(Table table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
createCellConstraint in interface TableCellRendererCopyright © 2021. All Rights Reserved.