|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
griffon.builder.swingx.factory.TileFactoryInfoFactory
class TileFactoryInfoFactory extends AbstractFactory
| Field Summary | |
|---|---|
private static def |
DEFAULTS
|
| Property Summary | |
|---|---|
static def |
KEYS
|
| Constructor Summary | |
TileFactoryInfoFactory()
|
|
| Method Summary | |
|---|---|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
private def
|
toBoolean(def obj)
|
private def
|
toNumber(def obj)
|
private def
|
toString(def obj)
|
| Methods inherited from class AbstractFactory | |
|---|---|
| setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, 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 |
|---|
private static final def DEFAULTS
| Property Detail |
|---|
static final def KEYS
| Constructor Detail |
|---|
TileFactoryInfoFactory()
| Method Detail |
|---|
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
private def toBoolean(def obj)
private def toNumber(def obj)
private def toString(def obj)
Groovy Documentation