public CommandsForm(Composite parent, int style, SchedulerDom dom, ISchedulerUpdate main) throws Exception {
super(parent, style);
listener = new CommandsListener(dom, main);
initialize();
setToolTipText();
tCommands.setText(listener.readCommands());
}