Package com.palantir.ptoss.cinch.swing
Class JListSelectionWiringHarness.ListBinding
java.lang.Object
com.palantir.ptoss.cinch.swing.JListSelectionWiringHarness.ListBinding
- All Implemented Interfaces:
Binding
- Enclosing class:
- JListSelectionWiringHarness
-
Constructor Summary
ConstructorsConstructorDescriptionListBinding(JList list, ListSelectionModel selectionModel, Mutator mutator, List<Object> ons, boolean multi) -
Method Summary
Modifier and TypeMethodDescription<T extends Enum<?> & ModelUpdate>
voidupdate(T... changed) Fires an update on thisBindingobject for the specified types.
-
Constructor Details
-
ListBinding
public ListBinding(JList list, ListSelectionModel selectionModel, Mutator mutator, List<Object> ons, boolean multi)
-
-
Method Details
-
update
Description copied from interface:BindingFires an update on thisBindingobject for the specified types.- Specified by:
updatein interfaceBinding- Parameters:
changed- varargs ofModelUpdatetypes that are being fired by this call.
-