Properties
Trail: JavaBeans(TM)
Lesson: Properties

In the following sections you will learn how to implement bean properties. A bean property is a named attribute of a bean that can affect its behavior or appearance. Examples of bean properties include color, label, font, font size, and display size.

The JavaBeans™ specification defines the following types of bean properties:

Bean properties can also be classified as follows:

BeanBuilder uses this schema to group and represent properties in the Properties window.
Previous page: Previous Lesson
Next page: Simple Properties