groovy.swing.binding
Class AbstractButtonSelectedBinding

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

 class AbstractButtonSelectedBinding
extends AbstractSyntheticBinding
implements java.beans.PropertyChangeListener, java.awt.event.ItemListener


Field Summary
(package private)  javax.swing.AbstractButton boundButton
           
 
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
AbstractButtonSelectedBinding(PropertyBinding source, TargetBinding target)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 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

boundButton

javax.swing.AbstractButton boundButton
Constructor Detail

AbstractButtonSelectedBinding

public AbstractButtonSelectedBinding(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

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener


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