groovy.swing.factory
[Groovy] Class GridBagFactory
java.lang.Object
groovy.util.AbstractFactory
groovy.swing.factory.BeanFactory
groovy.swing.factory.LayoutFactory
groovy.swing.factory.GridBagFactory
class GridBagFactory
extends LayoutFactory
Methods inherited from class AbstractFactory
|
isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, setParent, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
GridBagFactory
GridBagFactory()
-
addLayoutProperties
void addLayoutProperties(def context)
-
extractAttribute
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
processGridBagConstraintsAttributes
static void processGridBagConstraintsAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.