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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
IValueSourcePropertyEditor.java 24 String getValueSource(Object value) throws Exception;
EnumerationValuesPropertyEditor.java 79 public String getValueSource(Object value) throws Exception {
98 // return getValueSource(value);
123 // String source = getValueSource(value);
AbstractListPropertyEditor.java 58 public String getValueSource(Object value) throws Exception {
78 // return getValueSource(value);

Completed in 99 milliseconds