207208209210211212213214215216217
(ColorDropperOperation) op, this ); } } else if (op instanceof ColorPickerOperation) { control = new ColorPickerControl( (ColorPickerOperation) op, this ); } else { control = new GenericControl(op, this);