Searched refs:getSelectionIndex (Results 1 - 9 of 9) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboPropertyEditor.java66 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/
H A DCComboBox.java176 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() { method in class:CComboBox
608 table.setSelection(getSelectionIndex());
H A DCTableCombo.java200 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() { method in class:CTableCombo
624 return m_table.getSelectionIndex();
H A DCCombo3.java193 int selectionIndex = m_table.getSelectionIndex();
246 int index = m_table.getSelectionIndex();
447 public int getSelectionIndex() { method in class:CCombo3
449 return m_table.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/
H A DComponentResultsView.java324 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()];
H A DConfigTab.java578 this.table.deselect(this.table.getSelectionIndex());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 193 milliseconds