Class JListSelectionWiringHarness.ListBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      ListBinding​(javax.swing.JList list, javax.swing.ListSelectionModel selectionModel, Mutator mutator, java.util.List<java.lang.Object> ons, boolean multi)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends java.lang.Enum<?> & ModelUpdate>
      void
      update​(T... changed)
      Fires an update on this Binding object for the specified types.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListBinding

        public ListBinding​(javax.swing.JList list,
                           javax.swing.ListSelectionModel selectionModel,
                           Mutator mutator,
                           java.util.List<java.lang.Object> ons,
                           boolean multi)
    • Method Detail

      • update

        public <T extends java.lang.Enum<?> & ModelUpdate> void update​(T... changed)
        Description copied from interface: Binding
        Fires an update on this Binding object for the specified types.
        Specified by:
        update in interface Binding
        Parameters:
        changed - varargs of ModelUpdate types that are being fired by this call.