2 * Created on Jul 31, 2004
4 * To change the template for this generated file go to
5 * Window>Preferences>Java>Code Generation>Code and Comments
7 package net.sourceforge.phpeclipse.phpunit;
9 import org.eclipse.swt.SWT;
10 import org.eclipse.swt.layout.FillLayout;
11 import org.eclipse.swt.widgets.Composite;
12 import org.eclipse.swt.widgets.Text;
15 * @author Ali Echihabi
17 * To change the template for this generated type comment go to
18 * Window>Preferences>Java>Code Generation>Code and Comments
20 public class ResultsInfoComposite extends Composite {
23 private Text reportArea; // TODO: replace with Tree display like JUnit
29 public ResultsInfoComposite(Composite parent) {
31 super(parent, SWT.NONE);
33 setLayout(new FillLayout(SWT.VERTICAL));
48 public void updateInfo(TestPool testPool) {
50 // take care of the TreeView and its content and label providers.