Groovy Documentation

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

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

class CContentAreaFactory
extends CStationFactory

Authors:
Alexander Klein


Field Summary
private static List defaultLocation

 
Fields inherited from class CStationFactory
CURRENT_CONTROL
 
Fields inherited from class BeanFactory
__$stMC, __timeStamp, __timeStamp__239_neverHappen1328809917951
 
Property Summary
boolean childrenSet

boolean defaultArea

bibliothek.gui.dock.common.perspective.CPerspective perspective

bibliothek.gui.dock.common.perspective.CControlPerspective perspectives

 
Constructor Summary
CContentAreaFactory(boolean defaultArea = false)

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

bibliothek.gui.dock.common.perspective.CDockablePerspective createPerspective(bibliothek.gui.dock.common.intern.CDockable dockable)

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

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)

void setChild(FactoryBuilderSupport builder, Object parent, Object child)

private void setExternalized(def dockExternalized, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)

private void setMinimized(def dockMinimized, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)

private void setNormalized(def dock, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)

 
Methods inherited from class CStationFactory
createInstance, findParentControl, newInstance
 
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
 

Field Detail

defaultLocation

private static final List defaultLocation


 
Property Detail

childrenSet

boolean childrenSet


defaultArea

boolean defaultArea


perspective

bibliothek.gui.dock.common.perspective.CPerspective perspective


perspectives

bibliothek.gui.dock.common.perspective.CControlPerspective perspectives


 
Constructor Detail

CContentAreaFactory

CContentAreaFactory(boolean defaultArea = false)


 
Method Detail

createInstance

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


createPerspective

bibliothek.gui.dock.common.perspective.CDockablePerspective createPerspective(bibliothek.gui.dock.common.intern.CDockable dockable)


newInstance

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


onNodeCompleted

@Override
void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)


setChild

@Override
void setChild(FactoryBuilderSupport builder, Object parent, Object child)


setExternalized

private void setExternalized(def dockExternalized, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)


setMinimized

private void setMinimized(def dockMinimized, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)


setNormalized

private void setNormalized(def dock, bibliothek.gui.dock.common.perspective.CDockablePerspective perspective, Map context)


 

Groovy Documentation