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

Uses in package com.jgoodies.binding.adapter

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

Constructs a ComboBoxAdapter for the given SelectionInList.

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

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

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