gd = new GridData(GridData.FILL_VERTICAL);
tableBtnClient.setLayoutData(gd);
//Logic
tableViewer = new TableViewer(table);
tableViewer.setLabelProvider(new ElementAsClassLabelProvider());
removeBtnSelectionListener.setTableViewer(tableViewer);
addBtnSelectionListener.setTableViewer(tableViewer);
Button btnAdd = toolkit.createButton(tableBtnClient, Messages.getString(messagePrefix+"_add"), SWT.PUSH); //$NON-NLS-1$