All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.SCRComponentRegister

java.lang.Object
   |
   +----com.ibm.beans.script.SCRComponentRegister

public class SCRComponentRegister
extends Object
implements ActionListener, ItemListener, BeanSystemConfiguration
SCRComponentRegister class manages all the scripting component registration works.


Constructor Index

 o SCRComponentRegister()
Constructor of SCRComponentRegister.

Method Index

 o actionPerformed(ActionEvent)
Handles actionPerformed event.
 o getComponent()
Gets the top level awt component.
 o initProperties(Properties, boolean)
Initializes the current scripting component registrations.
 o itemStateChanged(ItemEvent)
Handles itemStateChanged event.
 o saveProperties(Properties)
Saves the user defined scripting component registrations.

Constructors

 o SCRComponentRegister
 public SCRComponentRegister()
Constructor of SCRComponentRegister.

Methods

 o getComponent
 public Component getComponent()
Gets the top level awt component.

Returns:
The top level awt component.
 o initProperties
 public void initProperties(Properties props,
                            boolean firstTime)
Initializes the current scripting component registrations.

Parameters:
props - The BeanSystem.properties object containing the current set of Bean Extender properties.
firstTime - True if the BeanSystem.properties file does not exist and is being created; and false if the file exists and is being updated.
 o saveProperties
 public String saveProperties(Properties props)
Saves the user defined scripting component registrations.

Returns:
Possible error message.
 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
Handles itemStateChanged event.

Parameters:
evt - The event object.
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Handles actionPerformed event.

Parameters:
evt - The event object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index