[Groovy] Class ComponentFactory
- groovy.swing.factory.ComponentFactory
class ComponentFactory extends BeanFactory
Fields inherited from class | Fields |
---|---|
class BeanFactory | leaf |
Constructor Summary
Constructor and description |
---|
ComponentFactory
(Class beanClass) |
ComponentFactory
(Class beanClass, boolean leaf) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
setChild(FactoryBuilderSupport builder, Object parent, Object child) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class BeanFactory | isLeaf, newInstance |
Constructor Detail
ComponentFactory(Class beanClass)
ComponentFactory(Class beanClass, boolean leaf)
Method Detail
void setChild(FactoryBuilderSupport builder, Object parent, Object child)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/swing/factory/ComponentFactory.html