HomeSort by relevance Sort by last modified time
    Searched refs:getSelectionIndex (Results 1 - 25 of 44) sorted by null

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboPropertyEditor.java 66 int index = m_combo.getSelectionIndex();
93 int index = (m_combo.getSelectionIndex() + 1) % m_combo.getItemCount();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 176 int index = table.getSelectionIndex() - 1;
188 int index = table.getSelectionIndex() + 1;
204 if (isDroppedDown() && table.getSelectionIndex() != -1) {
286 int selectionIndex = m_table.getTable().getSelectionIndex();
497 public int getSelectionIndex() {
608 table.setSelection(getSelectionIndex());
CCombo3.java 193 int selectionIndex = m_table.getSelectionIndex();
246 int index = m_table.getSelectionIndex();
447 public int getSelectionIndex() {
449 return m_table.getSelectionIndex();
CTableCombo.java 200 int index = m_table.getSelectionIndex();
389 int oldIndex = getSelectionIndex();
395 if (oldIndex != getSelectionIndex()) {
409 int oldIndex = getSelectionIndex();
420 if (oldIndex != getSelectionIndex()) {
506 int index = m_table.getSelectionIndex();
597 if (index != getSelectionIndex()) {
622 public int getSelectionIndex() {
624 return m_table.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 97 String description = mCombo.getItem(mCombo.getSelectionIndex());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 193 mTable.remove(mTable.getSelectionIndex());
208 int index = mTable.getSelectionIndex();
228 int index = mTable.getSelectionIndex();
323 int index = mTable.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 122 mWizard.setKeyAlias(mKeyAliases.getItem(mKeyAliases.getSelectionIndex()));
245 if (mKeyAliases.getSelectionIndex() == -1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 193 int index = mPortTable.getSelectionIndex();
217 int index = mPortTable.getSelectionIndex();
251 int index = mPortTable.getSelectionIndex();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 324 int tabIndex = this.tabFolder.getSelectionIndex();
325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex();
446 ConfigTab configTab = this.tabs[this.tabFolder.getSelectionIndex()];
456 configTab = this.tabs[this.tabFolder.getSelectionIndex()];
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 93 mMinimumLogPriority = LOG_PRIORITIES[levelCombo.getSelectionIndex()];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 164 int selectionIndex = mTypeCombo.getSelectionIndex();
ChangeViewWizard.java 181 int selectionIndex = mTypeCombo.getSelectionIndex();
WrapInWizard.java 133 int selectionIndex = mTypeCombo.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 69 final int index = this.mProjectsCombo.getSelectionIndex();
ProjectChooserHelper.java 284 int selectionIndex = getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 177 int index = mTable.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 520 int languageIndex = mLanguageCombo.getSelectionIndex();
533 int regionIndex = mRegionCombo.getSelectionIndex();
562 int index = mTable.getSelectionIndex();
599 int index = mTable.getSelectionIndex();
NewXmlFileCreationPage.java 594 int index = mRootTable.getSelectionIndex();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 645 return Integer.toString(mMinSdkCombo.getSelectionIndex() + 1);
650 return mTargetSdkCombo.getSelectionIndex() + 1;
664 int index = mBuildSdkCombo.getSelectionIndex();
    [all...]
ActivityPage.java 312 int index = mList.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 562 mSpeedCombo.getSelectionIndex());
564 mDelayCombo.getSelectionIndex());
MainLaunchConfigTab.java 230 int selection = mActivityCombo.getSelectionIndex();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 271 if (mTraceAppCombo.getSelectionIndex() != 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 171 int index = mSoliblist.getSelectionIndex();

Completed in 2945 milliseconds

1 2