public void setMaxWidth(double aValue) {
   ((ModelColumn) column).setMaxWidth(aValue);
 }