public JobCommandForm(Composite parent, int style, SchedulerDom dom, Element command, ISchedulerUpdate main)
throws JDOMException, TransformerException {
super(parent, style);
listener = new JobCommandListener(dom, command, main);
if(command.getName().equalsIgnoreCase("start_job")) {
type = Editor.JOB;
} else {
type = Editor.COMMANDS;
}