public CategoryLabel(final Category objdef) {
   super(objdef.getName(), new CategoryIcon(objdef), SwingConstants.LEFT);
   super.setIconTextGap(2 * Const.CELL_ICON_TEXT_GAP);
 }