Searched refs:createPropertyEditor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4274639.java55 // This tests createPropertyEditor such that the PropertyEditor
61 PropertyEditor editor = pd.createPropertyEditor(bean);
75 // This tests createPropertyEditor such that the PropertyEditor
81 PropertyEditor editor = pd.createPropertyEditor(bean);
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java438 public PropertyEditor createPropertyEditor(Object bean) { method in class:PropertyDescriptor

Completed in 32 milliseconds