Package | Description |
---|---|
com.jgoodies.binding |
Contains utilities and the PresentationModel that combines
many of the Binding features
|
com.jgoodies.binding.value |
Contains the
ValueModel
interface and hierarchy. |
Modifier and Type | Method and Description |
---|---|
AbstractWrappedValueModel |
PresentationModel.getBufferedComponentModel(String propertyName)
Looks up or creates a buffered component adapter to the read-write
property with the given name on this PresentationModel's bean channel.
|
AbstractWrappedValueModel |
PresentationModel.getComponentModel(String propertyName)
Looks up and lazily creates a ComponentValueModel that adapts
the bound property with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
ConverterValueModel
A ValueModel that converts the values of a wrapped ValueModel.
|
class |
DefaultComponentValueModel
A ValueModel that provides relevant GUI state in presentation models.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.