myAccumulator.registerOverride("AAA", 2, "myLabel");
builder.addCellLabelsToBody(myAccumulator);
IConfigRegistry configRegistry = natTable.getConfigRegistry();
configRegistry.registerConfigAttribute(CellConfigAttributes.CELL_STYLE,
style, DisplayMode.NORMAL, "myLabel");
}
private IComboBoxDataProvider getPricingComboDataProvider() {
return new IComboBoxDataProvider() {