// no replacement found
return null;
}
swtControl.getSWTControl().setVisible(false);
FormControlReplacementElement fcre = new FormControlReplacementElement(
swtControl);
fcre.calculateSize(c, box.getStyle(), cssWidth, cssHeight);
re = fcre;
if (_controls == null) {
_controls = new HashMap();
}
_controls.put(e, re);