|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionInList | |
---|---|
com.jgoodies.binding.adapter | Contains adapters that convert ValueModel s
to Swing model interfaces. |
com.jgoodies.binding.binder |
Uses of SelectionInList in com.jgoodies.binding.adapter |
---|
Methods in com.jgoodies.binding.adapter with parameters of type SelectionInList | ||
---|---|---|
static
|
Bindings.bind(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(JComboBox comboBox,
SelectionInList<E> selectionInList,
String nullText)
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(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 void |
Bindings.bind(JTable table,
SelectionInList selectionInList)
Sets the given SelectionInList as the table's row-data provider, and binds the SelectionInList's selection index to the table's selection. |
|
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,
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,
ListCellRenderer cellRenderer)
Creates and returns a JList for the given SelectionInList using the specified optional ListCellRenderer to render cells. |
|
static JTable |
BasicComponentFactory.createTable(SelectionInList selectionInList,
AbstractTableAdapter<?> tableAdapter)
Creates and returns a table that turns the SelectionInList's row data into a TableModel using the given adapter. |
Constructors in com.jgoodies.binding.adapter with parameters of type SelectionInList | |
---|---|
ComboBoxAdapter(SelectionInList<E> selectionInList)
Constructs a ComboBoxAdapter for the given SelectionInList. |
Uses of SelectionInList in com.jgoodies.binding.binder |
---|
Methods in com.jgoodies.binding.binder that return SelectionInList | |
---|---|
protected SelectionInList |
SelectionInListBindingBuilderImpl.getSelectionInList()
|
Methods in com.jgoodies.binding.binder with parameters of type SelectionInList | |
---|---|
SelectionInListBindingBuilder |
ObjectBinderImpl.bind(SelectionInList<?> selectionInList)
|
SelectionInListBindingBuilder |
ObjectBinder.bind(SelectionInList<?> selectionInList)
Creates and returns a binding builder that manages a SelectionInList that can be bound to a list, table, or combo box. |
Constructors in com.jgoodies.binding.binder with parameters of type SelectionInList | |
---|---|
SelectionInListBindingBuilderImpl(SelectionInList<?> selectionInList)
Creates a SelectionInListBindingBuilderImpl for the given selection in list. |
|
SelectionInListBindingBuilderImpl(SelectionInList<?> selectionInList,
String propertyName)
Creates a SelectionInListBindingBuilderImpl for the given selection in list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |