groovy.swing.binding
Class JComboBoxSelectedIndexBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
groovy.swing.binding.AbstractSyntheticBinding
groovy.swing.binding.JComboBoxSelectedIndexBinding
- All Implemented Interfaces:
- PropertyChangeListener
class JComboBoxSelectedIndexBinding
extends AbstractSyntheticBinding
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, hashCode, getClass, equals, toString, notify, notifyAll |
boundComboBox
JComboBox boundComboBox
-
JComboBoxSelectedIndexBinding
public JComboBoxSelectedIndexBinding(PropertyBinding source, TargetBinding target)
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
-
propertyChange
public void propertyChange(PropertyChangeEvent event)
-
setTargetBinding
public void setTargetBinding(TargetBinding target)
-
syntheticBind
public void syntheticBind()
-
syntheticUnbind
public void syntheticUnbind()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.