groovy.swing.binding
Class JTableSelectedElementBinding

java.lang.Object
  extended by org.codehaus.groovy.binding.AbstractFullBinding
      extended by groovy.swing.binding.AbstractSyntheticBinding
          extended by groovy.swing.binding.JTableSelectedElementBinding
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.ListSelectionListener, BindingUpdatable, FullBinding

 class JTableSelectedElementBinding
extends AbstractSyntheticBinding
implements java.beans.PropertyChangeListener, javax.swing.event.ListSelectionListener


Field Summary
(package private)  javax.swing.JTable boundTable
           
 
Fields inherited from class groovy.swing.binding.AbstractSyntheticBinding
bound, klass, propertyName
 
Fields inherited from class org.codehaus.groovy.binding.AbstractFullBinding
converter, reverseConverter, sourceBinding, targetBinding, validator
 
Constructor Summary
protected JTableSelectedElementBinding(PropertyBinding source, TargetBinding target, java.lang.String propertyName)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 void syntheticBind()
           
 void syntheticUnbind()
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class groovy.swing.binding.AbstractSyntheticBinding
bind, rebind, setSourceBinding, setTargetBinding, unbind
 
Methods inherited from class org.codehaus.groovy.binding.AbstractFullBinding
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setValidator, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boundTable

javax.swing.JTable boundTable
Constructor Detail

JTableSelectedElementBinding

protected JTableSelectedElementBinding(PropertyBinding source,
                                       TargetBinding target,
                                       java.lang.String propertyName)
Method Detail

syntheticBind

public void syntheticBind()
Specified by:
syntheticBind in class AbstractSyntheticBinding

syntheticUnbind

public void syntheticUnbind()
Specified by:
syntheticUnbind in class AbstractSyntheticBinding

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener


Copyright © ${year} The Codehaus. All Rights Reserved.