class ScrollPaneFactory
extends BeanFactory
Factory for creating scroll panes.
| Fields inherited from class | Fields |
|---|---|
class BeanFactory |
leaf |
| Properties inherited from class | Properties |
|---|---|
class BeanFactory |
beanClass |
| Constructor and description |
|---|
ScrollPaneFactory()Creates a new factory for creating scroll panes |
ScrollPaneFactory(Class klass)Creates a new factory for creating scroll panes |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
setChild(FactoryBuilderSupport factory, Object parent, Object child)Attaches a child node to its parent. |
| Methods inherited from class | Name |
|---|---|
class BeanFactory |
isLeaf, newInstance |
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Creates a new factory for creating scroll panes
Creates a new factory for creating scroll panes
klass - the widget class to instantiateAttaches a child node to its parent.
factory - the factory builderparent - the parent nodechild - the child nodeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.