Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionBeanBinder
Adds binding capabilities for Action names and bean property names
to the ObjectBinder capabilities.
|
interface |
ActionPresentationModelBinder
Adds binding capabilities for Action names to its super interface
PresentationModelBinder.
|
Modifier and Type | Class and Description |
---|---|
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 com.jgoodies.common.internal.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.
|
Modifier and Type | Method and Description |
---|---|
static ActionObjectBinder |
Binders.binderFor(com.jgoodies.common.internal.IActionObject object)
Creates and returns a binder that adds the capability to bind
Actions that are looked up by an Action name to the general binder
returned by
Binders.binder() . |
Copyright © 2002-2014 JGoodies Software GmbH. All Rights Reserved.