Home
last modified time | relevance | path

Searched refs:column1 (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java154 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); in LibraryProperties() local
155 column1.setText("Project"); in LibraryProperties()
242 adjustColumnsWidth(mTable, column0, column1); in LibraryProperties()
362 final TableColumn column1) { in adjustColumnsWidth() argument
369 column1.setWidth(r.width * 50 / 100); // 50% in adjustColumnsWidth()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DLintPreferencePage.java210 TreeViewerColumn column1 = new TreeViewerColumn(mTreeViewer, SWT.NONE); in createContents() local
211 mIdColumn = column1.getColumn(); in createContents()