CellConfigAttributes.CELL_STYLE, style, DisplayMode.NORMAL,
_4222_CellPainterExample.COLUMN_THREE_LABEL);
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER,
new GradientBackgroundPainter(new PasswordTextPainter(
false, false)), DisplayMode.NORMAL,
_4222_CellPainterExample.COLUMN_THREE_LABEL);
}