Groovy Documentation

griffon.pivot.factory
[Groovy] Class BoxPaneFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.pivot.factory.BeanFactory
          griffon.pivot.factory.PivotBeanFactory
              griffon.pivot.factory.ComponentFactory
                  griffon.pivot.factory.ContainerFactory
                      griffon.pivot.factory.BoxPaneFactory

class BoxPaneFactory
extends ContainerFactory

Authors:
Andres Almiray


Field Summary
private org.apache.pivot.wtk.Orientation orientation

 
Fields inherited from class BeanFactory
leaf
 
Constructor Summary
BoxPaneFactory(org.apache.pivot.wtk.Orientation orientation = Orientation.HORIZONTAL)

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class ContainerFactory
setChild
 
Methods inherited from class ComponentFactory
setChild
 
Methods inherited from class PivotBeanFactory
onHandleNodeAttributes
 
Methods inherited from class BeanFactory
isLeaf, newInstance
 
Methods inherited from class AbstractFactory
setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 

Field Detail

orientation

private final org.apache.pivot.wtk.Orientation orientation


 
Constructor Detail

BoxPaneFactory

BoxPaneFactory(org.apache.pivot.wtk.Orientation orientation = Orientation.HORIZONTAL)


 
Method Detail

newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation