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

All Known Implementing Classes:
BeanFactory, ConstraintTag.ConstantFactory

public interface Factory

An interface to represent a factory of beans

Version:
$Revision: 155420 $
Author:
James Strachan

Method Summary
 java.lang.Object newInstance()
          Create a new component instance
 

Method Detail

newInstance

public java.lang.Object newInstance()
                             throws java.lang.InstantiationException
Create a new component instance

Throws:
java.lang.InstantiationException


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