Groovy Documentation

com.canoo.griffon.factory.dockable
[Groovy] Class CStationFactory

java.lang.Object
  groovy.util.AbstractFactory
      groovy.swing.factory.BeanFactory
          com.canoo.griffon.factory.dockable.CStationFactory

abstract class CStationFactory
extends BeanFactory

Authors:
Alexander Klein


Field Summary
static String CURRENT_CONTROL

 
Fields inherited from class BeanFactory
__$stMC, __timeStamp, __timeStamp__239_neverHappen1328809917951
 
Property Summary
Class type

 
Constructor Summary
CStationFactory(Class type, boolean leaf = false)

 
Method Summary
protected Object createInstance(bibliothek.gui.dock.common.CControl control, String id, Map attributes)

static bibliothek.gui.dock.common.CControl findParentControl(Map context)

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

 
Methods inherited from class BeanFactory
setProperty, getProperty, newInstance, getMetaClass, invokeMethod, setMetaClass, __$swapInit, super$1$wait, super$1$wait, super$1$wait, super$1$toString, super$1$notify, super$1$getClass, super$1$notifyAll, super$1$finalize, super$1$equals, super$1$clone, super$1$hashCode, this$dist$invoke$2, this$dist$set$2, this$dist$get$2, isLeaf, getBeanClass, super$2$isLeaf, super$2$setChild, super$2$onNodeCompleted, super$2$onFactoryRegistration, super$2$onNodeChildren, super$2$isHandlesNodeChildren, super$2$setParent, super$2$onHandleNodeAttributes, setParent, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
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

CURRENT_CONTROL

public static final String CURRENT_CONTROL


 
Property Detail

type

Class type


 
Constructor Detail

CStationFactory

CStationFactory(Class type, boolean leaf = false)


 
Method Detail

createInstance

protected Object createInstance(bibliothek.gui.dock.common.CControl control, String id, Map attributes)


findParentControl

static bibliothek.gui.dock.common.CControl findParentControl(Map context)


newInstance

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


 

Groovy Documentation