Searched defs:toProperty (Results 1 - 3 of 3) sorted by last modified time

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java104 toProperty(propertyTable, property);
112 private void toProperty(PropertyTable propertyTable, Property property) { method in class:AbstractComboBoxPropertyEditor
H A DAbstractComboPropertyEditor.java67 toProperty(propertyTable, property, index);
94 toProperty(propertyTable, property, index);
145 private void toProperty(PropertyTable propertyTable, Property property, int index) { method in class:AbstractComboPropertyEditor
H A DAbstractTextPropertyEditor.java222 toProperty(property);
270 toProperty(property);
281 boolean success = toProperty(property);
319 private boolean toProperty(Property property) throws Exception { method in class:AbstractTextPropertyEditor

Completed in 139 milliseconds