Searched refs:mLibraryAllocationTable (Results 1 – 1 of 1) sorted by relevance
135 private Table mLibraryAllocationTable; field in NativeHeapPanel811 addTableToFocusListener(mLibraryAllocationTable); in setTableFocusListener()1061 mLibraryAllocationTable.removeAll();1091 mLibraryAllocationTable, SWT.NONE);1418 mLibraryAllocationTable = new Table(top, SWT.MULTI | SWT.FULL_SELECTION);1419 mLibraryAllocationTable.setLayoutData(new GridData(GridData.FILL_BOTH));1420 mLibraryAllocationTable.setHeaderVisible(true);1421 mLibraryAllocationTable.setLinesVisible(true);1423 TableHelper.createTableColumn(mLibraryAllocationTable, "Total",1425 TableHelper.createTableColumn(mLibraryAllocationTable, "Count",[all …]