Groovy Documentation

griffon.plugins.javatips.factory
[Groovy] Class FormScrollerFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.javatips.factory.FormScrollerFactory

class FormScrollerFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
FormScrollerFactory()

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

private static Type parseSize(def type)

 
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

FormScrollerFactory

FormScrollerFactory()


 
Method Detail

newInstance

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


parseSize

private static Type parseSize(def type)


 

Groovy Documentation