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

/openjdk7/jdk/src/share/classes/java/beans/
H A DThreadGroupContext.java69 private PropertyEditorFinder propertyEditorFinder; field in class:ThreadGroupContext
129 if (this.propertyEditorFinder == null) {
130 this.propertyEditorFinder = new PropertyEditorFinder();
132 return this.propertyEditorFinder;

Completed in 29 milliseconds