Searched refs:mLibraryTable (Results 1 – 1 of 1) sorted by relevance
133 private Table mLibraryTable; field in NativeHeapPanel810 addTableToFocusListener(mLibraryTable); in setTableFocusListener()1051 TableItem item = new TableItem(mLibraryTable, SWT.NONE);1063 int index = mLibraryTable.getSelectionIndex();1080 if (mLibraryTable.isDisposed() == false) {1081 int index = mLibraryTable.getSelectionIndex();1396 mLibraryTable = new Table(top, SWT.MULTI | SWT.FULL_SELECTION);1397 mLibraryTable.setLayoutData(new GridData(GridData.FILL_BOTH));1398 mLibraryTable.setHeaderVisible(true);1399 mLibraryTable.setLinesVisible(true);[all …]