838485868788899091
public ActionsForm(IContainer container, Composite parent, int style) { super(parent, style); this.container = container; // initialize(); dom = new ActionsDom(); dom.setDataChangedListener(this); listener = new ActionsListener(this, dom); }