| Interface | Description |
|---|---|
| ActionBeanBinder | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionBindingBuilder | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionObjectBinder | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionPresentationModelBinder | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| BeanBinder |
Describes a binder that adds bindings for bound bean properties
to the general object bindings.
|
| ComboBoxBindingBuilder |
Describes a binding builder that holds a ComboBoxModel
that can be bound to combo boxes.
|
| ListBindingBuilder |
Describes a binding builder that holds a ListModel and ListSelectionModel
that can be bound to tables and lists.
|
| ObjectBinder |
Describes a binder that can build action bindings from Actions,
data bindings from ValueModels, and list bindings from
ListModel/ListSelectionModel or a SelectionInList.
|
| PresentationModelBinder |
Adds binding capabilities for bean property names to its superclass
that can bind ValueModels, SelectionInLists, Actions, and
ListModel + ListSelectionModel.
|
| SelectionInListBindingBuilder |
Describes a binding builder that holds a SelectionInList
that can be bound to combo boxes, lists, and tables.
|
| ValueModelBindingBuilder |
Describes a binding builder that holds a ValueModel that can be bound
to a variety of components.
|
| Class | Description |
|---|---|
| ActionBeanBinderImpl | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionBindingBuilderImpl | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionObjectBinderImpl<T extends com.jgoodies.common.internal.IActionObject> | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| ActionPresentationModelBinderImpl | Deprecated
Replaced by the event handler classes in the
JGoodies Smart Client's Sandbox
|
| BeanBinderImpl<B> |
Creates Bindables that can be bound to components.
|
| Binders |
Creates binders for Objects, Beans, PresentationModels, and
ActionObject, ActionBeans, and ActionPresentationModels.
|
| ComboBoxBindingBuilderImpl |
A binding builder that holds a ComboBoxModel
that can be bound to combo boxes.
|
| ListBindingBuilderImpl |
Holds a ListModel and ListSelectionModel that can be bound to a list or table.
|
| ObjectBinderImpl |
A binder that can build action bindings from Actions,
data bindings from ValueModels, and list bindings from
ListModel/ListSelectionModel or a SelectionInList.
|
| PresentationModelBinderImpl<PM extends IPresentationModel> |
Adds binding capabilities for bean property names to its superclass
that can bind ValueModels, SelectionInLists, Actions, and
ListModel + ListSelectionModel.
|
| SelectionInListBindingBuilderImpl |
A binding builder that holds a SelectionInList
that can be bound to combo boxes, lists, and tables.
|
| ValueModelBindingBuilderImpl |
A binding builder that holds a ValueModel that can be bound
to a variety of components.
|
| Enum | Description |
|---|---|
| ValueModelBindingBuilder.Commit |
Describes the commit types used for text field and text area bindings.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.