Groovy Documentation

griffon.pivot.factory
[Groovy] Class InsetsFactory

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

class InsetsFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
InsetsFactory()

 
Method Summary
boolean isLeaf()

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

private int toInteger(def value)

 
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

InsetsFactory

InsetsFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

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


toInteger

private int toInteger(def value)


 

Groovy Documentation