Uses of Interface
com.jgoodies.binding.binder.SelectionInListBindingBuilder

Packages that use SelectionInListBindingBuilder
com.jgoodies.binding.binder   
 

Uses of SelectionInListBindingBuilder in com.jgoodies.binding.binder
 

Classes in com.jgoodies.binding.binder that implement SelectionInListBindingBuilder
 class SelectionInListBindingBuilderImpl
          A binding builder that holds a SelectionInList that can be bound to combo boxes, lists, and tables.
 

Methods in com.jgoodies.binding.binder that return SelectionInListBindingBuilder
<E> SelectionInListBindingBuilder
ValueModelBindingBuilderImpl.asSelectionIn(E[] array)
           
<E> SelectionInListBindingBuilder
ValueModelBindingBuilder.asSelectionIn(E[] array)
          Creates and returns a SelectionInListBindingBuilder on a SelectionInList with this builder's ValueModel as selection holder and the given array as list.
<E> SelectionInListBindingBuilder
ValueModelBindingBuilderImpl.asSelectionIn(List<E> list)
           
<E> SelectionInListBindingBuilder
ValueModelBindingBuilder.asSelectionIn(List<E> list)
          Creates and returns a SelectionInListBindingBuilder on a SelectionInList with this builder's ValueModel as selection holder and the given list as list elements.
<E> SelectionInListBindingBuilder
ValueModelBindingBuilderImpl.asSelectionIn(ListModel listModel)
           
<E> SelectionInListBindingBuilder
ValueModelBindingBuilder.asSelectionIn(ListModel listModel)
          Creates and returns a SelectionInListBindingBuilder on a SelectionInList with this builder's ValueModel as selection holder and the given ListModel as list data provider.
 SelectionInListBindingBuilder ObjectBinderImpl.bind(SelectionInList<?> selectionInList)
           
 SelectionInListBindingBuilder ObjectBinder.bind(SelectionInList<?> selectionInList)
          Creates and returns a binding builder that manages a SelectionInList that can be bound to a list, table, or combo box.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.