Frames | No Frames |
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 | 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 | 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 | Creates and returns a JList for the given SelectionInList using
the specified optional ListCellRenderer to render cells. |