Developing JavaBeans components
In Forte for Java, creation of JavaBeans components begins with any class that has source code. In the Explorer, you will find
Bean Patterns
as a subnode of any such class. All of the operations for maintenance of property and event sets - thus all of the things that determine the characteristics of the bean - can be accessed and modified from this subnode.Note:
Bean Patterns
also includes non-public property and event mechanisms, which are not recognized as JavaBeans patterns in introspection. This is becauseBean Patterns
can be used to set property and event mechanisms in standard classes which are not true JavaBeans components.For a more thorough review of JavaBeans components and concepts such as introspection, see http://java.sun.com/beans/.
Contents | Prev | Next | Index |