protected static class JListSelectionWiringHarness.ListBinding extends java.lang.Object implements Binding
| Constructor and Description |
|---|
ListBinding(javax.swing.JList list,
javax.swing.ListSelectionModel selectionModel,
Mutator mutator,
java.util.List<java.lang.Object> ons,
boolean multi) |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Enum<?> & ModelUpdate> |
update(T... changed)
Fires an update on this
Binding object for the specified types. |
public ListBinding(javax.swing.JList list,
javax.swing.ListSelectionModel selectionModel,
Mutator mutator,
java.util.List<java.lang.Object> ons,
boolean multi)
public <T extends java.lang.Enum<?> & ModelUpdate> void update(T... changed)
BindingBinding object for the specified types.update in interface Bindingchanged - varargs of ModelUpdate types that are being fired by this call.