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 SummaryConstructorsConstructorDescriptionListBinding(JList list, ListSelectionModel selectionModel, Mutator mutator, List<Object> ons, boolean multi) 
- 
Method SummaryModifier and TypeMethodDescription<T extends Enum<?> & ModelUpdate>
 voidupdate(T... changed) Fires an update on thisBindingobject for the specified types.
- 
Constructor Details- 
ListBindingpublic ListBinding(JList list, ListSelectionModel selectionModel, Mutator mutator, List<Object> ons, boolean multi) 
 
- 
- 
Method Details- 
updateDescription copied from interface:BindingFires an update on thisBindingobject for the specified types.- Specified by:
- updatein interface- Binding
- Parameters:
- changed- varargs of- ModelUpdatetypes that are being fired by this call.
 
 
-