TableRendererPreparer
that uses a bold font when rendering columns that fulfill a given criteria. Subclasses provide the criteria by implementing the method {@link #isBold(JTable,int,int) isBold}. Note: In the current implementation, this renderer preparer is effective only if the underlying TableCellRenderer
uses a JLabel
as renderer component.
@author Torgil Zethson
@since 1.3.0
|
|