Frames | No Frames |
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 | 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 | 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. |