Home
last modified time | relevance | path

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

/frameworks/base/awt/java/beans/
DPropertyDescriptor.java26 public class PropertyDescriptor extends FeatureDescriptor { class
37 public PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, in PropertyDescriptor() method in PropertyDescriptor
64 public PropertyDescriptor(String propertyName, Method getter, Method setter) in PropertyDescriptor() method in PropertyDescriptor
76 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor