| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.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 | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| 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-2010 The Codehaus. All rights reserved.