public JobChainConfigurationForm(IContainer container, Composite parent, int style) {
super(parent, style);
this.container = container;
dom = new DetailDom();
dom.setDataChangedListener(this);
listener = new JobChainConfigurationListener(this, dom);
}