|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionInList | |
---|---|
com.jgoodies.binding.adapter | Contains adapters that convert ValueModel s
to Swing model interfaces. |
Uses of SelectionInList in com.jgoodies.binding.adapter |
---|
Methods in com.jgoodies.binding.adapter with parameters of type SelectionInList | ||
---|---|---|
static
|
Bindings.bind(javax.swing.JComboBox comboBox,
SelectionInList<E> 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. |
|
static
|
Bindings.bind(javax.swing.JList list,
SelectionInList<E> 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. |
|
static
|
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList)
Creates and returns a non-editable JComboBox that is bound to the given SelectionInList. |
|
static
|
BasicComponentFactory.createComboBox(SelectionInList<E> selectionInList,
javax.swing.ListCellRenderer cellRenderer)
Creates and returns a non-editable JComboBox that is bound to the given SelectionInList using the given cell renderer. |
|
static
|
BasicComponentFactory.createList(SelectionInList<E> selectionInList)
Creates and returns a JList for the given SelectionInList. |
|
static
|
BasicComponentFactory.createList(SelectionInList<E> selectionInList,
javax.swing.ListCellRenderer cellRenderer)
Creates and returns a JList for the given SelectionInList using the specified optional ListCellRenderer to render cells. |
Constructors in com.jgoodies.binding.adapter with parameters of type SelectionInList | |
---|---|
ComboBoxAdapter(SelectionInList<E> selectionInList)
Constructs a ComboBoxAdapter for the given SelectionInList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |