public JobCommandNamesForm(Composite parent, int style, ActionsDom dom, Element command, ActionsForm main)
throws JDOMException, TransformerException {
super(parent, style);
listener = new JobCommandNamesListener(dom, command, main);
_dom = dom;
initialize();
setToolTipText();
dom.setInit(true);