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
|
|
Constructor Summary |
BoxPaneFactory(org.apache.pivot.wtk.Orientation orientation = Orientation.HORIZONTAL)
|
|
Methods inherited from class AbstractFactory
|
| setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
orientation
private final org.apache.pivot.wtk.Orientation orientation
-
BoxPaneFactory
BoxPaneFactory(org.apache.pivot.wtk.Orientation orientation = Orientation.HORIZONTAL)
-
newInstance
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
-
Groovy Documentation