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

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

Uses of SelectionInListModel in com.jgoodies.binding.adapter
 

Methods in com.jgoodies.binding.adapter with parameters of type SelectionInListModel
static void Bindings.bind(JComboBox comboBox, SelectionInListModel selectionInListModel)
          Binds a non-editable JComboBox to the given SelectionInListModel using it as list data provider and its selection index holder for the combo box model's selected item.
static void Bindings.bind(JList list, SelectionInListModel selectionInListModel)
          Binds a JList to the given SelectionInListModel using it as list data provider and the SelectionInListModel's selection index holder for the selection model.
static JComboBox BasicComponentFactory.createComboBox(SelectionInListModel selectionInListModel)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInListModel.
static JComboBox BasicComponentFactory.createComboBox(SelectionInListModel selectionInListModel, ListCellRenderer cellRenderer)
          Creates and returns a non-editable JComboBox that is bound to the given SelectionInListModel using the given cell renderer.
static JList BasicComponentFactory.createList(SelectionInListModel selectionInListModel)
          Creates and returns a JList for the given SelectionInListModel.
static JList BasicComponentFactory.createList(SelectionInListModel selectionInListModel, ListCellRenderer cellRenderer)
          Creates and returns a JList for the given SelectionInListModel using the specified optional ListCellRenderer to render cells.
 

Constructors in com.jgoodies.binding.adapter with parameters of type SelectionInListModel
ComboBoxAdapter(SelectionInListModel selectionInListModel)
          Constructs a ComboBoxAdapter for the given SelectionInListModel.
 



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