class VBoxFactory
extends ComponentFactory
Factory for creating vertical Box containers.
| Fields inherited from class | Fields |
|---|---|
class BeanFactory |
leaf |
| Properties inherited from class | Properties |
|---|---|
class BeanFactory |
beanClass |
| Constructor and description |
|---|
VBoxFactory()Creates a factory for vertical Box nodes. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Creates the node handled by this factory. |
| Methods inherited from class | Name |
|---|---|
class ComponentFactory |
setChild |
class BeanFactory |
isLeaf, newInstance |
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Creates a factory for vertical Box nodes.
Creates the node handled by this factory.
builder - the factory buildername - the node namevalue - the node valueattributes - the node attributesCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.