final Table table = tableViewer.getTable();
table.setHeaderVisible(true);
int columnIndex = 0;
ServiceViewColumnDescriptor descriptor = ServiceViewColumn.getServiceViewColumnDescriptor();
ServiceViewColumn[] columns = descriptor != null ? descriptor.getServiceViewColumn() : null;
if (columns == null) {
return;
}