groovy.swing.impl
Interface Factory


public interface Factory

An interface to represent a factory of beans

Version:
$Revision: 209 $
Author:
James Strachan

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

Method Detail

newInstance

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-2011 The Codehaus. All Rights Reserved.