[Groovy] Class JListElementsBinding
- groovy.swing.binding.JListElementsBinding
- All Implemented Interfaces and Traits:
- ListDataListener, PropertyChangeListener
class JListElementsBinding extends AbstractSyntheticBinding
| Fields inherited from class | Fields | 
|---|---|
| class AbstractFullBinding | converter, reverseConverter, sourceBinding, targetBinding, validator | 
Properties Summary
| Type | Name and description | 
|---|---|
| JList | boundList | 
Constructor Summary
| Constructor and description | 
|---|
| JListElementsBinding
                                (PropertyBinding propertyBinding, TargetBinding target) | 
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| void | contentsChanged(ListDataEvent e) | |
| void | intervalAdded(ListDataEvent e) | |
| void | intervalRemoved(ListDataEvent e) | |
| void | propertyChange(PropertyChangeEvent event) | |
| protected void | syntheticBind() | |
| protected void | syntheticUnbind() | 
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
| class AbstractSyntheticBinding | bind, rebind, setSourceBinding, setTargetBinding, syntheticBind, syntheticUnbind, unbind | 
| 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()
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/binding/JListElementsBinding.html