com.jgoodies.binding.tests.value |
Consists of test helper classes that implement the ValueModel interface.
Related Documentation
For more information see:
@see com.jgoodies.binding.tests
@see com.jgoodies.binding.tests.beans
@see com.jgoodies.binding.tests.event
|
Java Source File Name | Type | Comment |
CloningValueHolder.java | Class | A ValueHolder implementation that creates a new String or Integer
instance every time its value is requested with #getValue . |
RejectingValueModel.java | Class | A ValueModel that wraps another ValueModel but rejects all changes
to the underlying (wrapped) model. |
ToUpperCaseStringHolder.java | Class | A String typed ValueModel that modifies set values to uppercase. |
ValueHolderWithNewValueNull.java | Class | A ValueModel that reports null as new value if the value changes. |
ValueHolderWithOldAndNewValueNull.java | Class | A ValueModel that reports null as old and new value
if the value changes. |
ValueHolderWithOldValueNull.java | Class | A ValueModel that reports null as old value if the value changes. |