Contents |
In the following sections you will learn how to implement Bean properties.
Now is a good time to read or review the JavaBeans API Specification. Chapter 7 describes properties.
- Simple Properties explains how to give your Beans properties: Bean appearance and behavior characteristics customizable at design time.
- Bound Properties describes how a property change can provide change notification to other objects.
- Constrained Properties describes how proposed property changes can be okayed or vetoed by other objects.
- Indexed Properties describes multiple-value properties.
Contents |