Searched refs:CComboBox (Results 1 – 2 of 2) sorted by relevance
14 import org.eclipse.wb.core.controls.CComboBox;45 private CComboBox m_combo;52 m_combo = new CComboBox(propertyTable, SWT.NONE); in activate()144 protected abstract void addItems(Property property, CComboBox combo) throws Exception; in addItems()149 protected void selectItem(Property property, CComboBox combo) throws Exception { in selectItem()155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception; in toPropertyEx()
66 public class CComboBox extends Composite { class80 public CComboBox(Composite parent, int style) { in CComboBox() method in CComboBox93 if (event.widget != CComboBox.this) { in CComboBox()96 event.widget = CComboBox.this; in CComboBox()100 event.widget = CComboBox.this; in CComboBox()