|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
groovy.swing.factory.BeanFactory
com.canoo.griffon.factory.dockable.CStationFactory
com.canoo.griffon.factory.dockable.CContentAreaFactory
class CContentAreaFactory extends CStationFactory
| 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 |
| Field Detail |
|---|
private static final List defaultLocation
| Property Detail |
|---|
boolean childrenSet
boolean defaultArea
bibliothek.gui.dock.common.perspective.CPerspective perspective
bibliothek.gui.dock.common.perspective.CControlPerspective perspectives
| Constructor Detail |
|---|
CContentAreaFactory(boolean defaultArea = false)
| Method Detail |
|---|
@Override 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)
@Override Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
@Override void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)
@Override 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)
Groovy Documentation