Button btnSearchSuites = new Button(buttonsComposite, SWT.PUSH | SWT.BORDER);
btnSearchSuites.setText("Suites");
btnSearchSuites.setEnabled(false);
SWTUtil.setButtonGridData(btnSearchSuites);
m_testComposite = new SelectionTableComposite(group,
new String[] {"T", "Name", "Path"},
new boolean[] {true, true, false},
new SelectionTableComposite.AbstractSelectionTableProvider() {
public String getColumnText(Object element, int columnIndex) {
IResource ires = (IResource) element;