Groovy Documentation

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

java.lang.Object
  groovy.util.AbstractFactory
      com.canoo.griffon.factory.dockable.SingleDockableFactoryFactory

class SingleDockableFactoryFactory
extends AbstractFactory

Authors:
Alexander Klein


Field Summary
static bibliothek.util.Filter noFilter

 
Constructor Summary
SingleDockableFactoryFactory()

 
Method Summary
boolean isLeaf()

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, 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

noFilter

public static final bibliothek.util.Filter noFilter


 
Constructor Detail

SingleDockableFactoryFactory

SingleDockableFactoryFactory()


 
Method Detail

isLeaf

@Override
boolean isLeaf()


newInstance

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


 

Groovy Documentation