* {@link #enableColorByAction(TreePathValueProvider...)} has not been
* called.
*/
public CommonToolBarBuilder addColorByAction(ICategory visualCategory) {
checkState(visualProviders != null);
colorByActions.add(new PaintCategoryAction(visualCategory, visualProviders));
return this;
}