Searched refs:selectionTable (Results 1 – 1 of 1) sorted by relevance
371 final Table selectionTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER); in ConfigurationSelector() local372 selectionTable.setLayoutData(new GridData(GridData.FILL_BOTH)); in ConfigurationSelector()373 selectionTable.setHeaderVisible(true); in ConfigurationSelector()374 selectionTable.setLinesVisible(true); in ConfigurationSelector()377 final TableColumn selectionTableColumn = new TableColumn(selectionTable, SWT.LEFT); in ConfigurationSelector()381 selectionTable.addControlListener(new ControlAdapter() { in ConfigurationSelector()384 Rectangle r = selectionTable.getClientArea(); in ConfigurationSelector()388 mSelectionTableViewer = new TableViewer(selectionTable); in ConfigurationSelector()