Uses of Class
net.sf.taverna.t2.util.beanable.BeanableFactory

Packages that use BeanableFactory
net.sf.taverna.t2.util.beanable   
 

Uses of BeanableFactory in net.sf.taverna.t2.util.beanable
 

Methods in net.sf.taverna.t2.util.beanable that return BeanableFactory
 BeanableFactory BeanableFactoryRegistry.getFactoryForBeanableType(java.lang.String beanableClassName)
          Given a Beanable class name find the factory which can create the appropriate bean
 BeanableFactory BeanableFactoryRegistry.getFactoryForBeanType(java.lang.Class beanType)
          Given the class of bean find the factory which can create it