form.getBody().setLayout( colLayout );
// addToolBar(toolkit, form);
Shell shell = new Shell( Display.getCurrent() );
Window conditionPopup = new AddNewConditionDialog( shell,
this );
Window actionPopup = new AddNewActionDialog( shell,
this );
Window optionsPopup = new RuleAttributesDialog( shell,
this );
Section ifSection = createMainSection( form,
toolkit,
"WHEN",