Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionBeanBinder
Deprecated.
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
interface |
ActionPresentationModelBinder
Deprecated.
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
interface |
PresentationModelBinder
Adds binding capabilities for bean property names to its superclass
that can bind ValueModels, SelectionInLists, Actions, and
ListModel + ListSelectionModel.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionBeanBinderImpl
Deprecated.
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
class |
ActionPresentationModelBinderImpl
Deprecated.
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
class |
BeanBinderImpl<B>
Creates Bindables that can be bound to components.
|
class |
PresentationModelBinderImpl<PM extends IPresentationModel>
Adds binding capabilities for bean property names to its superclass
that can bind ValueModels, SelectionInLists, Actions, and
ListModel + ListSelectionModel.
|
Modifier and Type | Method and Description |
---|---|
static BeanBinder |
Binders.binderFor(Object bean)
Creates and returns a binder for beans that can bind bean
properties as well as the object bindings: Actions,
ListModel + ListSelectionModel, ValueModels, and SelectionInLists.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.