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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 69 String comboText = mCombo.getText();
70 if (comboText == null) {
73 return comboText;

Completed in 1163 milliseconds