The binding is implemented using JGoodies binding framework, that is based on common patterns such as ValueModel and PresentationModel.
The binding is implemented using JGoodies binding framework, that is based on common patterns such as ValueModel and PresentationModel.
A central repository for bindings -- both in the defined and undefined states. Schemes and bindings can be created and retrieved using this manager. It is possible to listen to changes in the collection of schemes and bindings by adding a listener to the manager.
The binding manager is very sensitive to performance. Misusing the manager can render an application unenjoyable to use. As such, each of the public methods states the current run-time performance. In future releases, it is guaranteed that the method will run in at least the stated time constraint -- though it might get faster. Where possible, we have also tried to be memory efficient.
@since 3.1BindingFactory
s. Provides methods necessary for registering, deregistering or retrieving of BindingFactorys.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|