* @param style
*/
public ListExplanatoryComposite(Composite parent, int style) {
super(parent, style & ~(SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
this.explanationComposite = new LinkListExplainationComposite(this,
style & (SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
}