parent.setBackgroundMode(SWT.INHERIT_NONE);
Composite viewComposite = soContents.getComposite();
boolean doGridLayout = true;
if (iview instanceof UISWTView) {
UISWTView swtView = (UISWTView) iview;
if (swtView.getControlType() == UISWTViewCore.CONTROLTYPE_SKINOBJECT) {
doGridLayout = false;
}
}
// viewComposite.setBackground(parent.getDisplay().getSystemColor(
// SWT.COLOR_WIDGET_BACKGROUND));