Uses of Class
com.jgoodies.binding.list.SelectionInList

Packages that use SelectionInList
com.jgoodies.binding.adapter Contains adapters that convert ValueModels to Swing model interfaces. 
com.jgoodies.binding.binder   
 

Uses of SelectionInList in com.jgoodies.binding.adapter
 

Methods in com.jgoodies.binding.adapter with parameters of type SelectionInList
static
<E> void
Bindings.bind(JComboBox comboBox, SelectionInList<E> selectionInList)
          Binds a non-editable JComboBox to the given SelectionInList using the SelectionInList's ListModel as list data provider and the SelectionInList's selection index holder for the combo box model's selected item.
static
<E> void
Bindings.bind(JComboBox comboBox, SelectionInList<E> selectionInList, String nullText)
          Binds a non-editable JComboBox to the given SelectionInList using the SelectionInList's ListModel as list data provider and the SelectionInList's selection index holder for the combo box model's selected item.
static
<E> void
Bindings.bind(JList list, SelectionInList<E> selectionInList)
          Binds a JList to the given SelectionInList using the SelectionInList's ListModel as list data provider and the SelectionInList's selection index holder for the selection model.
static void Bindings.bind(JTable table, SelectionInList selectionInList)
          Sets the given SelectionInList as the table's row-data provider, and binds the SelectionInList's selection index to the table's selection.
static
<E> JComboBox
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList.
static
<E> JComboBox
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList, ListCellRenderer cellRenderer)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList using the given cell renderer.
static
<E> JList
BasicComponentFactory.createList(SelectionInList<E> selectionInList)
          Creates and returns a JList for the given SelectionInList.
static
<E> JList
BasicComponentFactory.createList(SelectionInList<E> selectionInList, ListCellRenderer cellRenderer)
          Creates and returns a JList for the given SelectionInList using the specified optional ListCellRenderer to render cells.
static JTable BasicComponentFactory.createTable(SelectionInList selectionInList, AbstractTableAdapter<?> tableAdapter)
          Creates and returns a table that turns the SelectionInList's row data into a TableModel using the given adapter.
 

Constructors in com.jgoodies.binding.adapter with parameters of type SelectionInList
ComboBoxAdapter(SelectionInList<E> selectionInList)
          Constructs a ComboBoxAdapter for the given SelectionInList.
 

Uses of SelectionInList in com.jgoodies.binding.binder
 

Methods in com.jgoodies.binding.binder that return SelectionInList
protected  SelectionInList SelectionInListBindingBuilderImpl.getSelectionInList()
           
 

Methods in com.jgoodies.binding.binder with parameters of type SelectionInList
 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.
 

Constructors in com.jgoodies.binding.binder with parameters of type SelectionInList
SelectionInListBindingBuilderImpl(SelectionInList<?> selectionInList)
          Creates a SelectionInListBindingBuilderImpl for the given selection in list.
SelectionInListBindingBuilderImpl(SelectionInList<?> selectionInList, String propertyName)
          Creates a SelectionInListBindingBuilderImpl for the given selection in list.
 



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