All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.comps.netrexx.SCRNetReXXEditableObj

java.lang.Object
   |
   +----com.ibm.beans.script.ide.SCRIDEEditableObject
           |
           +----com.ibm.beans.script.comps.java.SCRJavaEditableObj
                   |
                   +----com.ibm.beans.script.comps.netrexx.SCRNetReXXEditableObj

public class SCRNetReXXEditableObj
extends SCRJavaEditableObj
The SCRNetReXXEditableObj class stores all Java-related information. This class is derived from the SCRIDEEditableObject class.


Constructor Index

 o SCRNetReXXEditableObj(String, String, SCRJavaEventMethodInfo, SCRObjectHandle)
Creates an instance of a SCRIDE editable object.
 o SCRNetReXXEditableObj(String, String, String)
Creates an instance of a SCRIDE editable object.

Method Index

 o isEmpty()
Checks if the code text is empty.

Constructors

 o SCRNetReXXEditableObj
 public SCRNetReXXEditableObj(String event_name,
                              String init_text,
                              SCRJavaEventMethodInfo evt_info,
                              SCRObjectHandle obj_handle)
Creates an instance of a SCRIDE editable object.

Parameters:
event_name - The name of the event set fired by the registered Java object.
init_text - The initial script text.
evt_info -
The event method information object associated with the script stored in the SCRNetReXXEditableObj object.
obj_handle - The Java object handle associated with the SCRJavaEditableObj object.
 o SCRNetReXXEditableObj
 public SCRNetReXXEditableObj(String event_name,
                              String saved_title,
                              String init_text)
Creates an instance of a SCRIDE editable object. This constructor is used to create the editable objects for system instance.

Parameters:
event_name - The name of the event set fired by the registered Java object.
saved_title - The non-changeable title of this editable object.
init_text - The initial script text.

Methods

 o isEmpty
 public boolean isEmpty()
Checks if the code text is empty.

Returns:
true, if the code text is empty; false, if the code text is not empty.
Overrides:
isEmpty in class SCRJavaEditableObj

All Packages  Class Hierarchy  This Package  Previous  Next  Index