| com.sun.rave.designtime.ext.DesigntimeInstanceFactory
DesigntimeInstanceFactory | public interface DesigntimeInstanceFactory (Code) | | Implementations of this factory are used to create instances of Design Beans
at design time. The created object's type should be compatible with the type
of the bean represented by the DesignBean.
|
createInstance | public Object createInstance(DesignContext designContext, DesignBean designBean)(Code) | | This creates and returns instances of bean that is wrapped by the Design Beans.
|
|
|