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

4.3.2 Transferring data between objects

In order to get the data of other object, the Object Load Control class JFCObjectLoader provides setData and getData methods. To store object data, setData method is used, and to get the object data, getData method is used.

The Object data is defined here as data contained by the object. Any object can be stored, since the setData method takes an Object class for the argument. Many object data consist of multiple data items, and the use of the Vector or Hashtable class is recommended for transferring data.