abstract class RootPaneContainerFactory
extends AbstractFactory
Base factory for Swing top-level containers backed by a root pane.
| Modifiers | Name | Description |
|---|---|---|
static String |
DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON |
Default child attribute name for the default button marker. |
static String |
DELEGATE_PROPERTY_DEFAULT_BUTTON |
Builder context key for the default button attribute name. |
| Constructor and description |
|---|
RootPaneContainerFactory() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
handleRootPaneTasks(FactoryBuilderSupport builder, Window container, Map attributes)Initializes common root pane container state and delegates. |
|
void |
onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)Finalizes a node after its children have been processed. |
|
void |
setChild(FactoryBuilderSupport builder, Object parent, Object child)Attaches a child node to its parent. |
| Methods inherited from class | Name |
|---|---|
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Default child attribute name for the default button marker.
Builder context key for the default button attribute name.
Initializes common root pane container state and delegates.
builder - the factory buildercontainer - the window being configuredattributes - the node attributesFinalizes a node after its children have been processed.
builder - the factory builderparent - the parent nodenode - the current nodeAttaches a child node to its parent.
builder - the factory builderparent - the parent nodechild - the child nodeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.