eWebProgrammer
Distributednetworks GofPatterns
prev prev
Course navigation
Using JavaBean properties
Visual use of properties in JavaBeans
One of the most significant features of JavaBeans is its support for visual editing of Bean properties.
In this case, you might think that there is some secret, highly complex mechanism going on that allows properties to be manipulated visually.
In reality, visual editing is nothing more than a graphical interface calling the accessor methodsof a property.
Course navigation