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

All Known Implementing Classes:
BeanFactory

public interface Factory

An interface to represent a factory of beans

Version:
$Revision: 1.7 $
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.Exception
Create a new component instance


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