Home
last modified time | relevance | path

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

/frameworks/base/awt/java/beans/
DIndexedPropertyDescriptor.java29 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()
DPropertyDescriptor.java37 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()