groovy.swing.binding
[Groovy] Class JListSelectedElementBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
groovy.swing.binding.AbstractSyntheticBinding
groovy.swing.binding.JListSelectedElementBinding
- All Implemented Interfaces:
- PropertyChangeListener, ListSelectionListener
class JListSelectedElementBinding
extends AbstractSyntheticBinding
Methods inherited from class AbstractFullBinding
|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
boundList
JList boundList
-
JListSelectedElementBinding
protected JListSelectedElementBinding(PropertyBinding source, TargetBinding target, String propertyName)
-
propertyChange
void propertyChange(PropertyChangeEvent event)
-
setTargetBinding
void setTargetBinding(TargetBinding target)
-
syntheticBind
void syntheticBind()
-
syntheticUnbind
void syntheticUnbind()
-
valueChanged
void valueChanged(ListSelectionEvent e)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.