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 |
ActionObjectBinder
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionBeanBinderImpl
Deprecated.
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
class |
ActionObjectBinderImpl<T extends com.jgoodies.common.internal.IActionObject>
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static ObjectBinder |
Binders.binder()
Creates and returns a general binder for objects that can bind Actions,
ListModel + ListSelectionModel, ValueModels, and SelectionInLists.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.