Groovy Documentation

griffon.glazedlists.factory
[Groovy] Class AbstractModelFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.glazedlists.factory.AbstractModelFactory

abstract class AbstractModelFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
AbstractModelFactory()

 
Method Summary
boolean isLeaf()

 
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
 

Constructor Detail

AbstractModelFactory

AbstractModelFactory()


 
Method Detail

isLeaf

boolean isLeaf()


 

Groovy Documentation