Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Class and Description |
---|---|
class |
ListBindingBuilderImpl
Holds a ListModel and ListSelectionModel that can be bound to a list or table.
|
Modifier and Type | Method and Description |
---|---|
ListBindingBuilder |
ObjectBinderImpl.bind(ListModel dataModel,
ListSelectionModel selectionModel) |
ListBindingBuilder |
ObjectBinder.bind(ListModel dataModel,
ListSelectionModel selectionModel)
Creates and returns a binding builder for the given ListModel
and ListSelectionModel that can be bound to a list or table.
|
ListBindingBuilder |
ObjectBinderImpl.bind(Object[] data,
ListSelectionModel selectionModel) |
ListBindingBuilder |
ObjectBinder.bind(Object[] data,
ListSelectionModel selectionModel)
Creates and returns a binding builder for the given fixed data
and selection model that can be bound to a list or table.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.