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

/openjdk7/jdk/src/share/classes/java/beans/
H A DBeans.java59 public class Beans { class
78 return Beans.instantiate(cls, beanName, null, null);
99 return Beans.instantiate(cls, beanName, beanContext, null);
108 * In Beans 1.0 the given name can indicate either a serialized object
117 * For example, given a beanName of "x.y", Beans.instantiate would first
357 * This method is provided in Beans 1.0 as a hook to allow the
370 * The result will be true if the Beans.getInstanceof method
514 // We don't currently support audio clips in the Beans.instantiate

Completed in 1116 milliseconds