|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.jgoodies.binding.tests.beans
Contains test cases for the JGoodies Binding classes.
See:
Description
| Class Summary | |
| BeanClasses | Consists of a bunch of Java Bean classes and Bean-like classes that are used by the PropertyAdapter unit tests. |
| BeanWithPCLAdder | A Java Bean that can add a PropertyChangeListener but cannot remove one. |
| BeanWithPCLRemover | A Java Bean that can remove a PropertyChangeListener but cannot add one. |
| CustomAccessBean | 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 | A Java Bean that provides a bunch of properties. |
| CustomBeanBeanInfo | Provides custom PropertyDescriptors that describe a subset of the available properties. |
| ObservableBean | A Java Bean that provides the minimal support for bound properties, it can add and remove PropertyChangeListeners. |
| ObservableBeanWithNamedPCLSupport | An observable Java Bean that provides additional support to add and remove PropertyChangeListeners for a named property. |
| ReadOnlyBean | A Java Bean that provides a read-only Object property. |
| ReadWriteBean | A Java Bean that provides a read-write String property. |
| ReadWriteHierarchyBean | A Java Bean that inherits a property reader and provides the writer for that property. |
| TestBean | A Java Bean that provides a bunch of properties. |
| UnobservableBean | An unobservable Java Bean that can neither add nor remove PropertyChangeListeners. |
| UnobservableBeanWithNamedPCLSupport | An unobservable Java Bean that can add and remove PropertyChangeListeners for a named property but that lacks support for the general multicast PropertyChangeListeners. |
| WriteOnlyBean | A Java Bean with a write-only property that is intended to be used by the Binding unit test suite. |
Package com.jgoodies.binding.tests.beans Description
Contains test cases for the JGoodies Binding classes.
Related Documentation
For more information see:
|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||