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

Packages that use Factory
org.apache.commons.jelly.tags.swing A tag library for creating Swing UIs via 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
 

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
 

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



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