|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectBinder | |
---|---|
com.jgoodies.binding.binder |
Uses of ObjectBinder in com.jgoodies.binding.binder |
---|
Subinterfaces of ObjectBinder in com.jgoodies.binding.binder | |
---|---|
interface |
ActionBeanBinder
Adds binding capabilities for Action names and bean property names to the ObjectBinder capabilities. |
interface |
ActionObjectBinder
Adds binding capabilities for Action names to its super interface that can already bind Action instances. |
interface |
ActionPresentationModelBinder
Adds binding capabilities for Action names to its super interface PresentationModelBinder. |
interface |
BeanBinder
Describes a binder that adds bindings for bound bean properties to the general object bindings. |
interface |
PresentationModelBinder
Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel. |
Classes in com.jgoodies.binding.binder that implement ObjectBinder | |
---|---|
class |
ActionBeanBinderImpl
Adds binding capabilities for bean property names to its superclass that can bind Action names, ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel. |
class |
ActionObjectBinderImpl<T extends IActionObject>
Adds binding capabilities for Action names, to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel. |
class |
ActionPresentationModelBinderImpl
Adds binding capabilities for Action names to its superclass. |
class |
BeanBinderImpl<B>
Creates Bindables that can be bound to components. |
class |
ObjectBinderImpl
A binder that can build action bindings from Actions, data bindings from ValueModels, and list bindings from ListModel/ListSelectionModel or a SelectionInList. |
class |
PresentationModelBinderImpl<PM extends IPresentationModel>
Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel. |
Methods in com.jgoodies.binding.binder that return ObjectBinder | |
---|---|
static ObjectBinder |
Binders.binder()
Creates and returns a general binder for objects that can bind Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |