int rowID_final = summarizable.getFinalRowID();
Object clicked_obj = summarizable.getClickedObject();
String type_name = " Summary " + topo + " ";
Border border = null;
CategoryLabel label_type = null;
if ( clicked_obj instanceof CategoryTimeBox ) {
CategoryWeightF twgf;
twgf = ( (CategoryTimeBox) clicked_obj ).getCategoryWeightF();
label_type = new CategoryLabel( twgf.getCategory() );
border = BorderFactory.createTitledBorder(
Normal_Border, type_name,
TitledBorder.LEFT, TitledBorder.TOP,
Const.FONT, Color.magenta );
}
else { // if ( clicked_obj instanceof TimeAveBox )
label_type = new CategoryLabel( type_name, topo,
SummaryState.ForeColor );
border = Normal_Border;
}
// Set the CategoryLabel Icon