public void configureLayer(ILayer layer) {}
public void configureRegistry(IConfigRegistry configRegistry) {
configRegistry.registerConfigAttribute(
SortConfigAttributes.SORT_COMPARATOR, new DefaultComparator());
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, cellPainter,
DisplayMode.NORMAL, SORT_DOWN_CONFIG_TYPE);
configRegistry.registerConfigAttribute(