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
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 SwingTagLibrary.registerFactory(java.lang.String name, Factory factory)
          Register a widget factory for the given element name
protected  void ConstraintTag.createBean(Factory factory)
           
 

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



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.