|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPresentationModel | |
|---|---|
| com.jgoodies.binding | Contains utilities and the PresentationModel that combines many of the Binding features |
| com.jgoodies.binding.binder | |
| com.jgoodies.binding.internal | |
| Uses of IPresentationModel in com.jgoodies.binding |
|---|
| Classes in com.jgoodies.binding that implement IPresentationModel | |
|---|---|
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. |
| Uses of IPresentationModel in com.jgoodies.binding.binder |
|---|
| Classes in com.jgoodies.binding.binder with type parameters of type IPresentationModel | |
|---|---|
class |
PresentationModelBinderImpl<PM extends IPresentationModel>
Adds binding capabilities for bean property names to its superclass that can bind ValueModels, SelectionInLists, Actions, and ListModel + ListSelectionModel. |
| Methods in com.jgoodies.binding.binder with parameters of type IPresentationModel | |
|---|---|
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. |
| Uses of IPresentationModel in com.jgoodies.binding.internal |
|---|
| Subinterfaces of IPresentationModel in com.jgoodies.binding.internal | |
|---|---|
interface |
IActionPresentationModel<B>
Describes the features of ActionPresentationModels required for binders. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||