HomeSort by relevance Sort by last modified time
    Searched refs:CCombo3 (Results 1 - 8 of 8) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringComboPropertyEditor.java 13 import org.eclipse.wb.core.controls.CCombo3;
50 protected void addItems(Property property, CCombo3 combo) throws Exception {
57 protected void selectItem(Property property, CCombo3 combo) throws Exception {
62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
EnumerationValuesPropertyEditor.java 15 import org.eclipse.wb.core.controls.CCombo3;
107 protected void addItems(Property property, CCombo3 combo) throws Exception {
114 protected void selectItem(Property property, CCombo3 combo) throws Exception {
119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
AbstractListPropertyEditor.java 13 import org.eclipse.wb.core.controls.CCombo3;
87 protected void addItems(Property property, CCombo3 combo) throws Exception {
94 protected void selectItem(Property property, CCombo3 combo) throws Exception {
99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
AbstractComboPropertyEditor.java 13 import org.eclipse.wb.core.controls.CCombo3;
30 * The {@link PropertyEditor} for selecting single value using {@link CCombo3}.
41 private CCombo3 m_combo;
49 m_combo = new CCombo3(propertyTable, SWT.NONE);
127 * Adds items to given {@link CCombo3}.
129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception;
132 * Selects current item in given {@link CCombo3}.
134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception;
139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index)
StringListPropertyEditor.java 13 import org.eclipse.wb.core.controls.CCombo3;
32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
AbstractComboBoxPropertyEditor.java 13 import org.eclipse.wb.core.controls.CCombo3;
147 * Selects current item in given {@link CCombo3}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 22 import org.eclipse.wb.core.controls.CCombo3;
57 protected void addItems(Property property, CCombo3 combo) throws Exception {
64 protected void selectItem(Property property, CCombo3 combo) throws Exception {
69 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 40 public class CCombo3 extends Composite {
53 public CCombo3(Composite parent, int style) {
112 e.widget = CCombo3.this;

Completed in 81 milliseconds