Package | Description |
---|---|
com.jgoodies.binding |
Contains utilities and the PresentationModel that combines
many of the Binding features
|
com.jgoodies.binding.binder | |
com.jgoodies.binding.internal |
Modifier and Type | Class and Description |
---|---|
class |
PresentationModel<B>
The standard base class to implement the Presentation Model pattern,
that represents the state and behavior of a presentation independently
of the GUI components used in the interface.
|
Modifier and Type | Class and Description |
---|---|
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 PresentationModelBinder |
Binders.binderFor(IPresentationModel<?> model)
Creates and returns a binder for presentation models that can bind
bean properties, (synthetic) properties of the presentation model,
as well as the object bindings: Actions, ListModel + ListSelectionModel,
ValueModels, and SelectionInLists.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActionPresentationModel<B>
Describes the features of ActionPresentationModels required for binders.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.