115116117118119120121122123124125
public EventForm(Composite parent, int style, ActionsDom dom, Element eventGroup, int type_) { super(parent, style); type = type_; listener = new EventListener(dom, eventGroup, type_); initialize(); setToolTipText(); txtEventName.setFocus();