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.
-
SCRComponentRegister()
- Constructor of SCRComponentRegister.
-
actionPerformed(ActionEvent)
- Handles actionPerformed event.
-
getComponent()
- Gets the top level awt component.
-
initProperties(Properties, boolean)
- Initializes the current scripting component registrations.
-
itemStateChanged(ItemEvent)
- Handles itemStateChanged event.
-
saveProperties(Properties)
- Saves the user defined scripting component registrations.
SCRComponentRegister
public SCRComponentRegister()
- Constructor of SCRComponentRegister.
getComponent
public Component getComponent()
- Gets the top level awt component.
- Returns:
- The top level awt component.
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.
saveProperties
public String saveProperties(Properties props)
- Saves the user defined scripting component registrations.
- Returns:
- Possible error message.
itemStateChanged
public void itemStateChanged(ItemEvent evt)
- Handles itemStateChanged event.
- Parameters:
- evt - The event object.
actionPerformed
public void actionPerformed(ActionEvent evt)
- Handles actionPerformed event.
- Parameters:
- evt - The event object.
All Packages Class Hierarchy This Package Previous Next Index