|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.util.AbstractFactory groovy.swing.factory.BindFactory
class BindFactory extends AbstractFactory
Field Summary | |
---|---|
static String |
CONTEXT_DATA_KEY
|
Property Summary | |
---|---|
Map |
syntheticBindings
|
Constructor Summary | |
BindFactory()
|
Method Summary | |
---|---|
def
|
bindingAttributeDelegate(FactoryBuilderSupport builder, def node, def attributes)
|
TriggerBinding
|
getTriggerBinding(PropertyBinding psb)
|
boolean
|
isHandlesNodeChildren()
|
boolean
|
isLeaf()
|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
Accepted Properties... |
boolean
|
onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
|
boolean
|
onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
|
void
|
onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)
|
Methods inherited from class AbstractFactory | |
---|---|
isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, setParent, 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 |
---|
public static final String CONTEXT_DATA_KEY
Property Detail |
---|
final Map syntheticBindings
Constructor Detail |
---|
BindFactory()
Method Detail |
---|
def bindingAttributeDelegate(FactoryBuilderSupport builder, def node, def attributes)
TriggerBinding getTriggerBinding(PropertyBinding psb)
boolean isHandlesNodeChildren()
boolean isLeaf()
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)
Copyright © 2003-2013 The Codehaus. All rights reserved.