com.jgoodies.binding.tests.beans |
Contains classes useful to test compliance with the Java Bean specification.
Related Documentation
For more information see:
@see com.jgoodies.binding.tests
@see com.jgoodies.binding.tests.event
@see com.jgoodies.binding.tests.value
|
Java Source File Name | Type | Comment |
BeanClasses.java | Class | Consists of a bunch of Java Bean classes and Bean-like classes
that are used by the PropertyAdapter unit tests. |
BeanWithPCLAdder.java | Class | A Java Bean that can add a PropertyChangeListener but cannot remove one. |
BeanWithPCLRemover.java | Class | A Java Bean that can remove a PropertyChangeListener but cannot add one. |
CustomAccessBean.java | Class | A Java Bean that provides a bunch of properties that
are accessed via custom accessors that do not follow the
Java Bean naming conventions. |
CustomBean.java | Class | A Java Bean that provides a bunch of properties. |
CustomBeanBeanInfo.java | Class | Provides custom PropertyDescriptors that describe
a subset of the available properties. |
EquityTestBean.java | Class | Unlike its superclass TestBean, this class override #equals
and compares instances by comparing their key property. |
ObservableBean.java | Class | A Java Bean that provides the minimal support for bound properties,
it can add and remove PropertyChangeListeners. |
ObservableBeanWithNamedPCLSupport.java | Class | An observable Java Bean that provides additional support to
add and remove PropertyChangeListeners for a named property. |
ReadOnlyBean.java | Class | A Java Bean that provides a read-only Object property. |
ReadWriteBean.java | Class | A Java Bean that provides a read-write String property. |
ReadWriteHierarchyBean.java | Class | A Java Bean that inherits a property reader and provides the
writer for that property. |
TestBean.java | Class | A Java Bean that provides a bunch of properties. |
UnobservableBean.java | Class | An unobservable Java Bean that can neither add nor remove
PropertyChangeListeners. |
UnobservableBeanWithNamedPCLSupport.java | Class | An unobservable Java Bean that can add and remove PropertyChangeListeners
for a named property but that lacks support for the general multicast
PropertyChangeListeners. |
VetoableChangeRejector.java | Class | Rejects all vetoable changes. |
WriteOnlyBean.java | Class | A Java Bean with a write-only property that is intended to
be used by the Binding unit test suite. |