Searched refs:column1 (Results 1 – 2 of 2) sorted by relevance
154 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); in LibraryProperties() local155 column1.setText("Project"); in LibraryProperties()242 adjustColumnsWidth(mTable, column0, column1); in LibraryProperties()362 final TableColumn column1) { in adjustColumnsWidth() argument369 column1.setWidth(r.width * 50 / 100); // 50% in adjustColumnsWidth()
210 TreeViewerColumn column1 = new TreeViewerColumn(mTreeViewer, SWT.NONE); in createContents() local211 mIdColumn = column1.getColumn(); in createContents()