groovy.swing.binding
Class JSliderValueBinding

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

 class JSliderValueBinding
extends AbstractSyntheticBinding
implements java.beans.PropertyChangeListener, javax.swing.event.ChangeListener


Field Summary
(package private)  javax.swing.JSlider boundSlider
           
 
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
JSliderValueBinding(PropertyBinding source, TargetBinding target)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 void syntheticBind()
           
 void syntheticUnbind()
           
 
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

boundSlider

javax.swing.JSlider boundSlider
Constructor Detail

JSliderValueBinding

public JSliderValueBinding(PropertyBinding source,
                           TargetBinding target)
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

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener


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