* @param style
* @throws JDOMException
*/
public SecurityForm(Composite parent, int style, SchedulerDom dom, Element config) throws JDOMException {
super(parent, style);
listener = new SecurityListener(dom, config);
initialize();
setToolTipText();
listener.fillTable(table);