abstract class SwingBorderFactory
extends AbstractFactory
Base factory for Swing border nodes.
| Constructor and description |
|---|
SwingBorderFactory() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isLeaf()Indicates whether nodes created by this factory accept children. |
|
boolean |
onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)Handles custom node attributes before default bean processing. |
|
void |
setParent(FactoryBuilderSupport builder, Object parent, Object child)Attaches the current node to its parent when parent-specific handling is required. |
| Methods inherited from class | Name |
|---|---|
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Indicates whether nodes created by this factory accept children.
Handles custom node attributes before default bean processing.
builder - the factory buildernode - the current nodeattributes - the node attributesAttaches the current node to its parent when parent-specific handling is required.
builder - the factory builderparent - the parent nodechild - the child nodeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.