Groovy Documentation

griffon.lanterna.factory
[Groovy] Class BoxFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.lanterna.factory.BeanFactory
          griffon.lanterna.factory.ComponentFactory
              griffon.lanterna.factory.BoxFactory

class BoxFactory
extends ComponentFactory

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class BeanFactory
leaf
 
Property Summary
com.googlecode.lanterna.gui.component.Panel$Orientation orientation

 
Constructor Summary
BoxFactory(com.googlecode.lanterna.gui.component.Panel$Orientation orientation)

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

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

Property Detail

orientation

final com.googlecode.lanterna.gui.component.Panel$Orientation orientation


 
Constructor Detail

BoxFactory

BoxFactory(com.googlecode.lanterna.gui.component.Panel$Orientation orientation)


 
Method Detail

newInstance

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


 

Groovy Documentation