groovy.swing.impl
Interface Factory


public interface Factory

An interface to represent a factory of beans

Version:
$Revision: 1.1 $
Author:
James Strachan

Method Summary
 java.lang.Object newInstance(java.util.Map properties)
          Create a new instance
 

Method Detail

newInstance

public java.lang.Object newInstance(java.util.Map properties)
                             throws java.lang.InstantiationException,
                                    java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Create a new instance

Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException


Copyright © 2003-2005 The Codehaus. All Rights Reserved.