Searched defs:beanClass (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/awt/java/beans/ |
| D | IndexedPropertyDescriptor.java | 29 public IndexedPropertyDescriptor(String propertyName, Class<?> beanClass, in IndexedPropertyDescriptor() 56 public IndexedPropertyDescriptor(String propertyName, Class<?> beanClass) in IndexedPropertyDescriptor() 196 private void setIndexedReadMethod(Class<?> beanClass, String indexedGetterName) { in setIndexedReadMethod() 212 private void setIndexedWriteMethod(Class<?> beanClass, String indexedSetterName) { in setIndexedWriteMethod()
|
| D | PropertyDescriptor.java | 37 public PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, in PropertyDescriptor() 76 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() 211 boolean hasMethod(Class<?> beanClass, String methodName) { in hasMethod() 242 void setReadMethod(Class<?> beanClass, String getterName) { in setReadMethod() 257 void setWriteMethod(Class<?> beanClass, String setterName) throws IntrospectionException { in setWriteMethod()
|