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 thisBinding
object 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:Binding
Fires an update on thisBinding
object for the specified types.- Specified by:
update
in interfaceBinding
- Parameters:
changed
- varargs ofModelUpdate
types that are being fired by this call.
-