Home
last modified time | relevance | path

Searched refs:getPropertyDescriptor (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/
H A DIndexedPropertyTestCase.java113 …final PropertyDescriptor descriptor = propertyUtilsBean.getPropertyDescriptor(bean, "stringArray"); in testArrayIndexedPropertyDescriptor()
128 … final PropertyDescriptor descriptor = propertyUtilsBean.getPropertyDescriptor(bean, "stringList"); in testListIndexedPropertyDescriptor()
145 … final PropertyDescriptor descriptor = propertyUtilsBean.getPropertyDescriptor(bean, "arrayList"); in testArrayListIndexedPropertyDescriptor()
162 (PropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringArray"); in testArrayReadMethod()
172 (PropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringArray"); in testArrayWriteMethod()
182 … (IndexedPropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringArray"); in testArrayIndexedReadMethod()
192 … (IndexedPropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringArray"); in testArrayIndexedWriteMethod()
206 (PropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringList"); in testListReadMethod()
220 (PropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "stringList"); in testListWriteMethod()
254 (PropertyDescriptor)propertyUtilsBean.getPropertyDescriptor(bean, "arrayList"); in testArrayListReadMethod()
[all …]
H A DDefaultIntrospectionContextTestCase.java76 context.getPropertyDescriptor(PROP)); in testAddPropertyDescriptor()
146 assertNull("Got a property (1)", context.getPropertyDescriptor(PROP)); in testGetPropertyDescriptorUnknown()
148 assertNull("Got a property (2)", context.getPropertyDescriptor("other")); in testGetPropertyDescriptorUnknown()
H A DPropsFirstPropertyUtilsBean.java46 final PropertyDescriptor descriptor = getPropertyDescriptor(bean, propertyName); in getPropertyOfMapBean()
65 final PropertyDescriptor descriptor = getPropertyDescriptor(bean, propertyName); in setPropertyOfMapBean()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/
H A DEObjectPropertyPointer.java133 EStructuralFeature pd = getPropertyDescriptor(); in getBaseValue()
171 EStructuralFeature pd = getPropertyDescriptor(); in getImmediateNode()
185 return getPropertyDescriptor() != null; in isActualProperty()
190 EStructuralFeature pd = getPropertyDescriptor(); in isCollection()
223 EStructuralFeature pd = getPropertyDescriptor(); in getLength()
253 EStructuralFeature pd = getPropertyDescriptor(); in setValue()
287 ValueUtils.setValue(getBean(), getPropertyDescriptor(), collection); in remove()
303 EStructuralFeature pd = getPropertyDescriptor(); in getPropertyName()
316 private EStructuralFeature getPropertyDescriptor() { in getPropertyDescriptor() method in EObjectPropertyPointer
321 beanInfo.getPropertyDescriptor(propertyName); in getPropertyDescriptor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/
H A DPropertyHelper.java44 PropertyDescriptor desc = getPropertyDescriptor(value.getClass(), in getProperty()
65 private static PropertyDescriptor getPropertyDescriptor(Class<?> clazz, in getPropertyDescriptor() method in PropertyHelper
67 PropertyDescriptor[] descs = getPropertyDescriptor(clazz); in getPropertyDescriptor()
76 private static PropertyDescriptor[] getPropertyDescriptor(Class<?> clazz) in getPropertyDescriptor() method in PropertyHelper
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/beans/
H A DBeanPropertyHelperTest.java33 PropertyDescriptor pd = BeanPropertyHelper.getPropertyDescriptor( in testGetPropertyDescriptor_ClassProperty()
42 PropertyDescriptor pd = BeanPropertyHelper.getPropertyDescriptor( in testGetPropertyDescriptor_InterfaceProperty()
51 PropertyDescriptor pd = BeanPropertyHelper.getPropertyDescriptor( in testGetPropertyDescriptor_SuperInterfaceProperty()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DJavaBeans.java61 PropertyDescriptor pd = getPropertyDescriptor(obj, propertyName); in execute()
93 PropertyDescriptor pd = getPropertyDescriptor(obj, propertyName); in execute()
114 …static PropertyDescriptor getPropertyDescriptor(Object obj, LispObject propertyName) throws Intros… in getPropertyDescriptor() method in JavaBeans
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/util/
H A DGenericObjectFactory.java180 private PropertyDescriptor getPropertyDescriptor(final String propertyName) { in getPropertyDescriptor() method in GenericObjectFactory
195 final PropertyDescriptor pdescr = getPropertyDescriptor(pdef.getPropertyName()); in getTypeForTagName()
360 final PropertyDescriptor pdesc = getPropertyDescriptor(propertyName); in setProperty()
427 final PropertyDescriptor pdescr = getPropertyDescriptor(name); in writeObjectProperties()
451 final PropertyDescriptor pdescr = getPropertyDescriptor(name); in readProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/
H A DBeanValuePropertyDecorator.java54 public PropertyDescriptor getPropertyDescriptor() { in getPropertyDescriptor() method in BeanValuePropertyDecorator
87 return new BeanValuePropertyDecorator<>(super.value(property), property.getPropertyDescriptor()); in value()
104 return new BeanListPropertyDecorator<>(super.list(property), property.getPropertyDescriptor()); in list()
121 return new BeanSetPropertyDecorator<>(super.set(property), property.getPropertyDescriptor()); in set()
138 return new BeanMapPropertyDecorator<>(super.map(property), property.getPropertyDescriptor()); in map()
H A DPojoValuePropertyDecorator.java54 public PropertyDescriptor getPropertyDescriptor() { in getPropertyDescriptor() method in PojoValuePropertyDecorator
87 return new PojoValuePropertyDecorator<>(super.value(property), property.getPropertyDescriptor()); in value()
104 return new BeanListPropertyDecorator<>(super.list(property), property.getPropertyDescriptor()); in list()
121 return new BeanSetPropertyDecorator<>(super.set(property), property.getPropertyDescriptor()); in set()
138 return new BeanMapPropertyDecorator<>(super.map(property), property.getPropertyDescriptor()); in map()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestSetPropertyIgnoringNamedGetter.cpp19 bool getPropertyDescriptor(JSContext* cx, HandleObject proxy, HandleId id, in getPropertyDescriptor() function in CustomProxyHandler
35 if (!Wrapper::getPropertyDescriptor(cx, proxy, id, &desc)) in set()
58 return Wrapper::getPropertyDescriptor(cx, proxy, id, desc); in impl()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestSetPropertyIgnoringNamedGetter.cpp18 bool getPropertyDescriptor( in getPropertyDescriptor() function in CustomProxyHandler
33 if (!Wrapper::getPropertyDescriptor(cx, proxy, id, &desc)) return false; in set()
54 return Wrapper::getPropertyDescriptor(cx, proxy, id, desc); in impl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/
H A DBeansObservablesTest.java112 beanObservable.getPropertyDescriptor().getReadMethod()); in testObserveDetailValueIBeanObservable()
125 ((IBeanObservable) detailValue).getPropertyDescriptor()); in testObserveDetailValueNullOuterElementType()
140 beanObservable.getPropertyDescriptor().getReadMethod()); in testObservableDetailListIBeanObservable()
156 ((IBeanObservable) detailList).getPropertyDescriptor()); in testObservableDetailListNullOuterElementType()
171 beanObservable.getPropertyDescriptor().getReadMethod()); in testObservableDetailSetIBeanObservable()
187 ((IBeanObservable) detailSet).getPropertyDescriptor()); in testObservableDetailSetNullOuterElementType()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/hibernate3/
H A DCglibProxyBridgeMethodTests.java38 BeanUtils.getPropertyDescriptor(CglibInstantieMedewerker.class, "organisatie"); in introspectHibernateProxyForGenericClass()
41 BeanUtils.getPropertyDescriptor(clazz, "organisatie"); in introspectHibernateProxyForGenericClass()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/
H A DFilteringWrapper.cpp94 FilteringWrapper<Base, Policy>::getPropertyDescriptor(JSContext* cx, HandleObject wrapper, in getPropertyDescriptor() function in xpc::FilteringWrapper
100 if (!Base::getPropertyDescriptor(cx, wrapper, id, desc)) in getPropertyDescriptor()
206 CrossOriginXrayWrapper::getPropertyDescriptor(JSContext* cx, in getPropertyDescriptor() function in xpc::CrossOriginXrayWrapper
211 if (!SecurityXrayDOM::getPropertyDescriptor(cx, wrapper, id, desc)) in getPropertyDescriptor()
249 return getPropertyDescriptor(cx, wrapper, id, desc); in getOwnPropertyDescriptor()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DFilteringWrapper.cpp90 bool FilteringWrapper<Base, Policy>::getPropertyDescriptor( in getPropertyDescriptor() function in xpc::FilteringWrapper
96 if (!Base::getPropertyDescriptor(cx, wrapper, id, desc)) return false; in getPropertyDescriptor()
185 bool CrossOriginXrayWrapper::getPropertyDescriptor( in getPropertyDescriptor() function in xpc::CrossOriginXrayWrapper
188 if (!SecurityXrayDOM::getPropertyDescriptor(cx, wrapper, id, desc)) in getPropertyDescriptor()
226 return getPropertyDescriptor(cx, wrapper, id, desc); in getOwnPropertyDescriptor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/
H A DBeanProperties.java127 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in value()
251 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in set()
324 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in list()
401 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in map()
H A DPojoProperties.java130 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in value()
255 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in set()
328 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in list()
407 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in map()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/generator/
H A DDefaultModelReader.java213 (getPropertyDescriptor(name)); in handleAttributeDefinition()
258 (getPropertyDescriptor(name)); in handleElementDefinition()
283 (getPropertyDescriptor(name)); in handleLookupDefinition()
304 protected PropertyDescriptor getPropertyDescriptor(final String propertyName) { in getPropertyDescriptor() method in DefaultModelReader
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/webui/resources/js/
H A Dcr.gni6 "cr.getPropertyDescriptor|getPropertyDescriptor",
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/
H A DBeanProperties.java128 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(beanClass, propertyNames[0]); in value()
249 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in set()
321 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in list()
398 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(beanClass, propertyName); in map()
H A DPojoProperties.java130 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(beanClass, propertyNames[0]); in value()
252 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in set()
324 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor( in list()
401 propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(beanClass, propertyName); in map()
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/bugs/
H A DJira492TestCase.java111 public void getPropertyDescriptor() throws Exception { in getPropertyDescriptor() method in Jira492TestCase
112 PropertyDescriptor propDesc = propertyUtils.getPropertyDescriptor(bean, "someList"); in getPropertyDescriptor()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/config/
H A DPropertySetter.java140 PropertyDescriptor prop = getPropertyDescriptor(Introspector.decapitalize(key)); in setProperties()
195 PropertyDescriptor prop = getPropertyDescriptor(name); in setProperty()
293 PropertyDescriptor getPropertyDescriptor(String name) { in getPropertyDescriptor() method in PropertySetter
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DTransferHandler.java392 PropertyDescriptor propDesc = getPropertyDescriptor(c); in canImport()
434 PropertyDescriptor prop = getPropertyDescriptor(c); in createTransferable()
550 PropertyDescriptor prop = getPropertyDescriptor(c); in importData()
593 private PropertyDescriptor getPropertyDescriptor(JComponent c) in getPropertyDescriptor() method in TransferHandler

12345678910>>...15