GridData gd = new GridData( SWT.FILL, SWT.NONE, true, false, 1, 3 );
gd.heightHint = 80;
indexedAttributesTable.setLayoutData( gd );
indexedAttributesTableViewer = new TableViewer( indexedAttributesTable );
indexedAttributesTableViewer.setContentProvider( new ArrayContentProvider() );
indexedAttributesTableViewer.setLabelProvider( new LabelProvider() );
GridData buttonsGD = new GridData( SWT.FILL, SWT.BEGINNING, false, false );
buttonsGD.widthHint = IDialogConstants.BUTTON_WIDTH;
indexedAttributeAddButton = toolkit.createButton( indexedAttributesClient, Messages