Searched refs:CCombo3 (Results 1 – 7 of 7) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | StringComboPropertyEditor.java | 13 import org.eclipse.wb.core.controls.CCombo3; 50 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 57 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | AbstractComboPropertyEditor.java | 13 import org.eclipse.wb.core.controls.CCombo3; 41 private CCombo3 m_combo; 49 m_combo = new CCombo3(propertyTable, SWT.NONE); in activate() 129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception; in addItems() 134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception; in selectItem() 139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index) in toPropertyEx()
|
D | AbstractListPropertyEditor.java | 13 import org.eclipse.wb.core.controls.CCombo3; 87 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 94 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx() 127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) in toPropertyEx_simpleProperty()
|
D | EnumerationValuesPropertyEditor.java | 15 import org.eclipse.wb.core.controls.CCombo3; 107 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 114 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | StringListPropertyEditor.java | 13 import org.eclipse.wb.core.controls.CCombo3; 32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) in toPropertyEx_simpleProperty()
|
D | AbstractComboBoxPropertyEditor.java | 13 import org.eclipse.wb.core.controls.CCombo3;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 40 public class CCombo3 extends Composite { class 53 public CCombo3(Composite parent, int style) { in CCombo3() method in CCombo3 112 e.widget = CCombo3.this; in CCombo3()
|