Groovy Documentation

groovy.swing.binding
[Groovy] Class JListSelectedElementBinding

java.lang.Object
  org.codehaus.groovy.binding.AbstractFullBinding
      groovy.swing.binding.AbstractSyntheticBinding
          groovy.swing.binding.JListSelectedElementBinding
All Implemented Interfaces:
java.beans.PropertyChangeListener, javax.swing.event.ListSelectionListener

class JListSelectedElementBinding
extends AbstractSyntheticBinding

Field Summary
 
Fields inherited from class AbstractFullBinding
converter, reverseConverter, sourceBinding, targetBinding, validator
 
Property Summary
javax.swing.JList boundList

 
Constructor Summary
protected JListSelectedElementBinding(PropertyBinding source, TargetBinding target, java.lang.String propertyName)

 
Method Summary
void propertyChange(java.beans.PropertyChangeEvent event)

void setTargetBinding(TargetBinding target)

void syntheticBind()

void syntheticUnbind()

void valueChanged(javax.swing.event.ListSelectionEvent e)

 
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

boundList

javax.swing.JList boundList


 
Constructor Detail

JListSelectedElementBinding

protected JListSelectedElementBinding(PropertyBinding source, TargetBinding target, java.lang.String propertyName)


 
Method Detail

propertyChange

void propertyChange(java.beans.PropertyChangeEvent event)


setTargetBinding

void setTargetBinding(TargetBinding target)


syntheticBind

void syntheticBind()


syntheticUnbind

void syntheticUnbind()


valueChanged

void valueChanged(javax.swing.event.ListSelectionEvent e)


 

Groovy Documentation