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

/frameworks/base/awt/java/beans/
H A DPropertyDescriptor.java26 public class PropertyDescriptor extends FeatureDescriptor { class in inherits:FeatureDescriptor
37 public PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, method in class:PropertyDescriptor
64 public PropertyDescriptor(String propertyName, Method getter, Method setter) method in class:PropertyDescriptor
76 public PropertyDescriptor(String propertyName, Class<?> beanClass) method in class:PropertyDescriptor
157 boolean result = (object != null && object instanceof PropertyDescriptor);
159 PropertyDescriptor pd = (PropertyDescriptor) object;

Completed in 181 milliseconds