item = new TableItem(table, SWT.NONE);
item.setText(new String[] { "Attributes", "Enter attributes to search" });
item = new TableItem(table, SWT.NONE);
item.setText(new String[] { "Attribute values contain", "Enter attributes values to search for" });
col1.pack();
col2.pack();
final TableEditor editor = new TableEditor(table);
editor.horizontalAlignment = SWT.LEFT;
editor.grabHorizontal = true;
editor.minimumWidth = 50;
// editing the second column