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

/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java95 public final static int USE_ALL_BEANINFO = 1; field in class:Introspector
155 return (new Introspector(beanClass, null, USE_ALL_BEANINFO)).getBeanInfo();
163 beanInfo = new Introspector(beanClass, null, USE_ALL_BEANINFO).getBeanInfo();
181 * If flags == USE_ALL_BEANINFO then we use all of the BeanInfo
214 return getBeanInfo(beanClass, stopClass, USE_ALL_BEANINFO);
222 * <dt>USE_ALL_BEANINFO</dt>
248 if (stopClass == null && flags == USE_ALL_BEANINFO) {
387 if (flags == USE_ALL_BEANINFO) {
395 newFlags = USE_ALL_BEANINFO;

Completed in 32 milliseconds