[Groovy] Class GridBagFactory
- groovy.swing.factory.GridBagFactory
Fields inherited from class | Fields |
---|---|
class LayoutFactory | DEFAULT_DELEGATE_PROPERTY_CONSTRAINT, DELEGATE_PROPERTY_CONSTRAINT |
class BeanFactory | leaf |
Constructor Summary
Constructor and description |
---|
GridBagFactory
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
addLayoutProperties(def context) | |
static Object |
extractAttribute(Map attrs, String name, Class type)
| |
static void |
processGridBagConstraintsAttributes(FactoryBuilderSupport builder, Object node, Map attributes) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class LayoutFactory | addLayoutProperties, addLayoutProperties, constraintsAttributeDelegate, getLayoutTarget, newInstance, setParent |
class BeanFactory | isLeaf, newInstance |
class AbstractFactory | setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, setChild, onNodeChildren, onNodeCompleted, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
Constructor Detail
GridBagFactory()
Method Detail
void addLayoutProperties(def context)
static Object extractAttribute(Map attrs, String name, Class type)
- Returns:
- null if not found. null as a 'not found' works because all attrs except insets are primitive types, and insets will crash if set to null
static void processGridBagConstraintsAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/factory/GridBagFactory.html