groovy.swing.impl
Interface Factory


public interface Factory

An interface to represent a factory of beans

Version:
$Revision: 209 $
Author:
James Strachan

Method Summary
 Object newInstance(Map properties)
          Create a new instance
 

Method Detail

newInstance

public Object newInstance(Map properties)
                   throws InstantiationException,
                          InstantiationException,
                          IllegalAccessException
Create a new instance

Throws:
InstantiationException
IllegalAccessException


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