HomeSort by relevance Sort by last modified time
    Searched full:fulltable (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/
op_dname.c 209 goto fulltable;
223 fulltable:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 251 final Table fullTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
252 fullTable.setLayoutData(new GridData(GridData.FILL_BOTH));
253 fullTable.setHeaderVisible(true);
254 fullTable.setLinesVisible(true);
257 final TableColumn fullTableColumn = new TableColumn(fullTable, SWT.LEFT);
261 fullTable.addControlListener(new ControlAdapter() {
264 Rectangle r = fullTable.getClientArea();
269 mFullTableViewer = new TableViewer(fullTable);
    [all...]

Completed in 104 milliseconds