Groovy Documentation

griffon.plugins.jung.builder.factory
[Groovy] Class VisualizationChildFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.jung.builder.factory.VisualizationChildFactory

class VisualizationChildFactory
extends AbstractFactory

Authors:
Andres Almiray


Field Summary
protected boolean leaf

 
Property Summary
Class beanClass

String property

 
Constructor Summary
VisualizationChildFactory(Class beanClass, String property)

VisualizationChildFactory(Class beanClass, String property, boolean leaf)

 
Method Summary
boolean isLeaf()

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

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

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

Field Detail

leaf

protected final boolean leaf


 
Property Detail

beanClass

final Class beanClass


property

final String property


 
Constructor Detail

VisualizationChildFactory

VisualizationChildFactory(Class beanClass, String property)


VisualizationChildFactory

VisualizationChildFactory(Class beanClass, String property, boolean leaf)


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

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


setParent

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


 

Groovy Documentation