Home
last modified time | relevance | path

Searched defs:labelProp (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/viewers/
H A DViewerSupportTest.java109 IValueProperty<Bean, String> labelProp = BeanProperties.value(Bean.class, "value"); in testBindList_Twice() local
121 IValueProperty<Bean, String> labelProp = BeanProperties.value(Bean.class, "value"); in testBindSet_Twice() local
134 IValueProperty<Object, String> labelProp = BeanProperties.value((Class) Bean.class, "value"); in testBindListTree_Twice() local
151 IValueProperty<Object, String> labelProp = BeanProperties.value((Class) Bean.class, "value"); in testBindSetTree_Twice() local