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

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 69 private Table mPortTable;
146 mPortTable = new Table(main, SWT.SINGLE | SWT.FULL_SELECTION);
147 mPortTable.setLayoutData(new GridData(GridData.FILL_BOTH));
148 mPortTable.setHeaderVisible(true);
149 mPortTable.setLinesVisible(true);
151 TableHelper.createTableColumn(mPortTable, "Device Serial Number",
155 TableHelper.createTableColumn(mPortTable, "Application Package",
159 TableHelper.createTableColumn(mPortTable, "Debug Port",
193 int index = mPortTable.getSelectionIndex();
217 int index = mPortTable.getSelectionIndex()
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 

Completed in 126 milliseconds