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

Uses in package com.jgoodies.binding.adapter

Constructors with parameter type com.jgoodies.binding.list.SelectionInListModel

Constructs a ComboBoxAdapter for the given SelectionInListModel.

Methods with parameter type com.jgoodies.binding.list.SelectionInListModel

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.
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.
JComboBox
Creates and returns a non-editable JComboBox that is bound to the given SelectionInListModel.
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.
JList
Creates and returns a JList for the given SelectionInListModel.
JList
BasicComponentFactory.createList(SelectionInListModel selectionInListModel, ListCellRenderer cellRenderer)
Creates and returns a JList for the given SelectionInListModel using the specified optional ListCellRenderer to render cells.

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