|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
griffon.plugins.jung.builder.factory.VisualizationViewerFactory
class VisualizationViewerFactory extends AbstractFactory
| Field Summary | |
|---|---|
private static Class[] |
CTOR_ARGS
|
protected boolean |
leaf
|
| Property Summary | |
|---|---|
Class |
beanClass
|
Constructor |
ctor
|
| Constructor Summary | |
VisualizationViewerFactory(Class beanClass)
|
|
VisualizationViewerFactory(Class beanClass, boolean leaf)
|
|
| Method Summary | |
|---|---|
boolean
|
isLeaf()
|
private edu.uci.ics.jung.visualization.VisualizationServer
|
makeViewer(FactoryBuilderSupport builder, Object name, edu.uci.ics.jung.algorithms.layout.Layout layout)
|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
boolean
|
onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
|
| 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 |
|---|
private static final Class[] CTOR_ARGS
protected final boolean leaf
| Property Detail |
|---|
final Class beanClass
final Constructor ctor
| Constructor Detail |
|---|
VisualizationViewerFactory(Class beanClass)
VisualizationViewerFactory(Class beanClass, boolean leaf)
| Method Detail |
|---|
boolean isLeaf()
private edu.uci.ics.jung.visualization.VisualizationServer makeViewer(FactoryBuilderSupport builder, Object name, edu.uci.ics.jung.algorithms.layout.Layout layout)
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
Groovy Documentation