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, wait
getTableCellRendererComponent
public TableLayout.Constraint createCellConstraint(Table table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
createCellConstraint
in interface TableCellRenderer
Copyright © 2021. All Rights Reserved.