It is used to display a List of Difference given in input. @author Apache Directory Project @version $Rev$, $Date$
6566676869707172737475
{ Composite composite = new Composite( parent, SWT.NULL ); GridLayout layout = new GridLayout(); composite.setLayout( layout ); differencesWidget = new DifferencesWidget(); differencesWidget.createWidget( composite ); initFields(); setControl( composite );
6768697071727374757677
6465666768697071727374