212213214215216217218219220221
control = new ColorPickerControl( (ColorPickerOperation) op, this ); } else { control = new GenericControl(op, this); } addControl(control, index); return control; }