public JobCommandExitCodesForm(Composite parent, int style, SchedulerDom dom, Element command, ISchedulerUpdate main)
throws JDOMException, TransformerException {
super(parent, style);
_dom = dom;
listener = new JobCommandExitCodesListener(dom, command, main);
initialize();
setToolTipText();
dom.setInit(true);