On this page
[Groovy] Class RootPaneContainerFactory
- groovy.swing.factory.RootPaneContainerFactory
abstract class RootPaneContainerFactory
extends AbstractFactory
Field Summary
Modifiers | Name | Description |
---|---|---|
static String |
DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON |
|
static String |
DELEGATE_PROPERTY_DEFAULT_BUTTON |
Constructor Summary
Constructor and description |
---|
RootPaneContainerFactory() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
handleRootPaneTasks(FactoryBuilderSupport builder, Window container, Map attributes) |
|
void |
onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node) |
|
void |
setChild(FactoryBuilderSupport builder, Object parent, Object child) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AbstractFactory |
setParent, isLeaf, onNodeChildren, setChild, onNodeCompleted, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
Field Detail
public static final String DEFAULT_DELEGATE_PROPERTY_DEFAULT_BUTTON
public static final String DELEGATE_PROPERTY_DEFAULT_BUTTON
Constructor Detail
RootPaneContainerFactory()
Method Detail
void handleRootPaneTasks(FactoryBuilderSupport builder, Window container, Map attributes)
void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)
void setChild(FactoryBuilderSupport builder, Object parent, Object child)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/swing/factory/RootPaneContainerFactory.html