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 void Bindings.bind(JComboBox comboBox, SelectionInList 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 void Bindings.bind(JList list, SelectionInList 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 JComboBox BasicComponentFactory.createComboBox(SelectionInList selectionInList)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList.
static JComboBox BasicComponentFactory.createComboBox(SelectionInList selectionInList, ListCellRenderer cellRenderer)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInList using the given cell renderer.
static JList BasicComponentFactory.createList(SelectionInList selectionInList)
          Creates and returns a JList for the given SelectionInList.
static JList BasicComponentFactory.createList(SelectionInList selectionInList, 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 selectionInList)
          Constructs a ComboBoxAdapter for the given SelectionInList.
ComboBoxAdapter(SelectionInList selectionInList, ValueModel selectionHolder, boolean ignoreNullSelectionHolder)
          An internal constructor that accepts either a SelectionInList or a separate selection holder.
 



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