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

/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java33 * A PropertyDescriptor describes one property that a Java Bean
36 public class PropertyDescriptor extends FeatureDescriptor { class in inherits:FeatureDescriptor
54 * Constructs a PropertyDescriptor for a property that follows
68 public PropertyDescriptor(String propertyName, Class<?> beanClass) method in class:PropertyDescriptor
89 public PropertyDescriptor(String propertyName, Class<?> beanClass, method in class:PropertyDescriptor
131 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) method in class:PropertyDescriptor
142 * Creates <code>PropertyDescriptor</code> for the specified bean
153 PropertyDescriptor(Class<?> bean, String base, Method read, Method write) throws IntrospectionException { method in class:PropertyDescriptor
469 * Compares this <code>PropertyDescriptor</code> against the specified object.
470 * Returns true if the objects are the same. Two <code>PropertyDescriptor</cod
533 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { method in class:PropertyDescriptor
618 PropertyDescriptor(PropertyDescriptor old) { method in class:PropertyDescriptor
[all...]

Completed in 65 milliseconds