[Groovy] Class JListSelectedElementBinding
- groovy.swing.binding.JListSelectedElementBinding
- All Implemented Interfaces and Traits:
- PropertyChangeListener, ListSelectionListener
class JListSelectedElementBinding extends AbstractSyntheticBinding
Fields inherited from class | Fields |
---|---|
class AbstractFullBinding | converter, reverseConverter, sourceBinding, targetBinding, validator |
Properties Summary
Type | Name and description |
---|---|
JList |
boundList |
Constructor Summary
Constructor and description |
---|
protected JListSelectedElementBinding
(PropertyBinding source, TargetBinding target, String propertyName) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
propertyChange(PropertyChangeEvent event) | |
void |
setTargetBinding(TargetBinding target) | |
void |
syntheticBind() | |
void |
syntheticUnbind() | |
void |
valueChanged(ListSelectionEvent e) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AbstractSyntheticBinding | bind, rebind, setSourceBinding, setTargetBinding, syntheticBind, syntheticUnbind, unbind |
class AbstractFullBinding | getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Property Detail
JList boundList
Constructor Detail
protected JListSelectedElementBinding(PropertyBinding source, TargetBinding target, String propertyName)
Method Detail
void propertyChange(PropertyChangeEvent event)
void setTargetBinding(TargetBinding target)
void syntheticBind()
void syntheticUnbind()
void valueChanged(ListSelectionEvent e)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/binding/JListSelectedElementBinding.html