groovy.swing.binding
Class JComboBoxElementsBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
groovy.swing.binding.AbstractSyntheticBinding
groovy.swing.binding.JComboBoxElementsBinding
- All Implemented Interfaces:
- ListDataListener
class JComboBoxElementsBinding
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
-
JComboBoxElementsBinding
public JComboBoxElementsBinding(PropertyBinding propertyBinding, TargetBinding target)
-
contentsChanged
public void contentsChanged(ListDataEvent e)
-
intervalAdded
public void intervalAdded(ListDataEvent e)
-
intervalRemoved
public void intervalRemoved(ListDataEvent e)
-
propertyChange
public void propertyChange(PropertyChangeEvent event)
-
syntheticBind
protected void syntheticBind()
-
syntheticUnbind
protected void syntheticUnbind()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.