| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
groovy.swing.factory.BeanFactory
class BeanFactory extends AbstractFactory
| Field Summary | |
|---|---|
        protected boolean | 
        
            leaf
             | 
        
| Property Summary | |
|---|---|
        Class | 
        
            beanClass
             | 
        
| Constructor Summary | |
            BeanFactory(Class beanClass)
             | 
        |
            BeanFactory(Class beanClass, boolean leaf)
             | 
        |
| Method Summary | |
|---|---|
            boolean
         | 
        
            isLeaf()
             | 
        
            Object
         | 
        
            newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
             | 
        
| Methods inherited from class AbstractFactory | |
|---|---|
| isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
protected final boolean leaf
| Property Detail | 
|---|
final Class beanClass
| Constructor Detail | 
|---|
BeanFactory(Class beanClass)
BeanFactory(Class beanClass, boolean leaf)
| Method Detail | 
|---|
boolean isLeaf()
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
Copyright © 2003-2010 The Codehaus. All rights reserved.