|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.binding.AbstractFullBinding groovy.swing.binding.AbstractSyntheticBinding groovy.swing.binding.JListElementsBinding
class JListElementsBinding extends AbstractSyntheticBinding
Field Summary |
---|
Fields inherited from class AbstractFullBinding | |
---|---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Property Summary | |
---|---|
JList |
boundList
|
Constructor Summary | |
JListElementsBinding(PropertyBinding propertyBinding, TargetBinding target)
|
Method Summary | |
---|---|
void
|
contentsChanged(ListDataEvent e)
|
void
|
intervalAdded(ListDataEvent e)
|
void
|
intervalRemoved(ListDataEvent e)
|
void
|
propertyChange(PropertyChangeEvent event)
|
protected void
|
syntheticBind()
|
protected void
|
syntheticUnbind()
|
Methods inherited from class AbstractSyntheticBinding | |
---|---|
bind, rebind, setSourceBinding, setTargetBinding, syntheticBind, syntheticUnbind, unbind |
Methods inherited from class AbstractFullBinding | |
---|---|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Property Detail |
---|
JList boundList
Constructor Detail |
---|
JListElementsBinding(PropertyBinding propertyBinding, TargetBinding target)
Method Detail |
---|
void contentsChanged(ListDataEvent e)
void intervalAdded(ListDataEvent e)
void intervalRemoved(ListDataEvent e)
void propertyChange(PropertyChangeEvent event)
protected void syntheticBind()
protected void syntheticUnbind()
Copyright © 2003-2013 The Codehaus. All rights reserved.