com.jgoodies.binding.extras |
Contains optional classes that ship only with the source distribution.
The API of these classes is work in progress and may change without notice.
The classes may even be completely removed from future versions
of the Binding library.
If you want to use a class from this package,
you may consider copying it into your code base.
Related Documentation
For more information see:
@see com.jgoodies.binding.adapter
@see com.jgoodies.binding.beans
@see com.jgoodies.binding.list
@see com.jgoodies.binding.value
|
Java Source File Name | Type | Comment |
DelayedWriteValueModel.java | Class | A ValueModel that deferres write-access for a specified delay.
Useful to coalesce frequent changes. |
NonNullValueModel.java | Class | A
ValueModel implementation that avoids null values.
It wraps another ValueModel and returns a (non-null) default value
if the wrapped ValueModel returns null.
Note that value change events fired by this model may use null
as old and/or new value. |