Groovy Documentation

griffon.pivot.factory
[Groovy] Class ScrollBarScopeFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.pivot.factory.ScrollBarScopeFactory

class ScrollBarScopeFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
ScrollBarScopeFactory()

 
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
 

Constructor Detail

ScrollBarScopeFactory

ScrollBarScopeFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

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


 

Groovy Documentation