Top
Interstage Studio J Business Kit GUI Library User's Guide
FUJITSU Software

Chapter 3 Basic GUIBeans Library

The basic GUI libraries of the basic GUIBeans library now support the JavaBeans component.

The following class libraries support the JavaBeans components.

JavaBeans components are called JavaBean or Bean and are standardized components based on the JavaBeans specifications. In many Beans, functions referred to as the property editor and customizer are implemented to facilitate changes in the properties (values) of Bean and to assist in the design of the layout.

The customizer provided by the Basic GUIBeans Library is a function designed to change the property values of Bean of instances currently being displayed and to generate a source for the change.

If the Basic GUIBeans Library is registered with the integrated development environment and is operated by the screen designer (function to edit the screen), the target to be generated as a source is basically an instance whose property values are displayed in the integrated development environment.

Thus, information in the instance being operated by the screen designer and changed using the customizer function and information in the generated program may be different.

Information on an instance changed using the customizer function can be stored using the serialize function in the integrated development environment. An instance can be created by describing a deserialize process of the stored object in a program.

For common items of the customizer of JavaBeans components, see "3.35 Customizer (common section)".

And, customizer decides value in the following method.