* @throws JDOMException
*/
public LocksForm(Composite parent, int style, SchedulerDom dom_, Element config) throws JDOMException {
super(parent, style);
dom = dom_;
listener = new LocksListener(dom, config);
initialize();
setToolTipText();
listener.fillTable(tableLocks);