|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ValueModelBindingBuilderImpl.asSelectionIn(E[] array)
|
|
|
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. |
|
|
ValueModelBindingBuilderImpl.asSelectionIn(List<E> list)
|
|
|
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. |
|
|
ValueModelBindingBuilderImpl.asSelectionIn(ListModel listModel)
|
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||