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. 
 

Uses of SelectionInList in com.jgoodies.binding.adapter
 

Methods in com.jgoodies.binding.adapter with parameters of type SelectionInList
static
<E> void
Bindings.bind(javax.swing.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(javax.swing.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
<E> javax.swing.JComboBox
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList.
static
<E> javax.swing.JComboBox
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList, javax.swing.ListCellRenderer cellRenderer)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList using the given cell renderer.
static
<E> javax.swing.JList
BasicComponentFactory.createList(SelectionInList<E> selectionInList)
          Creates and returns a JList for the given SelectionInList.
static
<E> javax.swing.JList
BasicComponentFactory.createList(SelectionInList<E> selectionInList, javax.swing.ListCellRenderer cellRenderer)
          Creates and returns a JList for the given SelectionInList using the specified optional ListCellRenderer to render cells.
 

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



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.