Uses of Interface
org.apache.commons.jelly.tags.swing.Factory

Packages that use Factory
org.apache.commons.jelly.tags.swing The JellySwing Library which is a Jelly Library for creating Rich User Interfaces using Swing via XML markup (a Jelly script)  
 

Uses of Factory in org.apache.commons.jelly.tags.swing
 

Classes in org.apache.commons.jelly.tags.swing that implement Factory
 class BeanFactory
          A default Factory implementation that creates new instances from a bean class
static class ConstraintTag.ConstantFactory
           
static class ConstraintTag.HereFactory
           
 

Fields in org.apache.commons.jelly.tags.swing declared as Factory
private  Factory ComponentTag.factory
          the factory of widgets
protected  Factory ConstraintTag.factory
           
 

Methods in org.apache.commons.jelly.tags.swing that return Factory
 Factory SwingTagLibrary.getFactory(java.lang.String elementName)
           
 

Methods in org.apache.commons.jelly.tags.swing with parameters of type Factory
protected  void ConstraintTag.createBean(Factory factory)
           
protected  void SwingTagLibrary.registerFactory(java.lang.String name, Factory factory)
          Register a widget factory for the given element name
 

Constructors in org.apache.commons.jelly.tags.swing with parameters of type Factory
ComponentTag(Factory factory)
           
ConstraintTag(Factory factory)