public DocumentationForm(IContainer container, Composite parent, int style) {
super(parent, style);
this.container = container;
// initialize();
dom = new DocumentationDom();
dom.setDataChangedListener(this);
listener = new DocumentationListener(this, dom);
}