* {@link #enableGroupByAction(ICategoryProvider)} has not been
* called.
*/
public CommonToolBarBuilder addGroupByAction(
String text, ImageDescriptor image, ICategory... categories) {
IAction action = new CategoryAction(categoryProvider, categories);
action.setText(text);
action.setImageDescriptor(image);
groupByActions.add(action);
return this;
}