setMenuLabel(attribute.getName());
setGroupLabel(Messages.GroupLabelAttributes);
setLabelProvider(new AttributeLabelProvider(attribute));
setSorter(ColumnViewerSorter.create(new AttributeComparator(attribute)));
new AttributeEditingSupport(attribute).attachTo(this);
}