ScriptHelper applet

Publishes script strings and string arrays to the InfoBus as data items, and creates helper objects. This applet has scriptable methods for publishing and retrieving a single string and for publishing an array of strings. It also has methods for creating Color, Date, and InfoBusVector objects for use by other eSuite applets.

Syntax

<APPLET CODE="code_base.lotus.scripthelper.ScriptHelper"
   NAME="ibBridge"
   ARCHIVE="jars/devpack_scripthelper_app.jar"
   WIDTH=1 HEIGHT=1>
   <PARAM NAME="cabinets" VALUE="cabs/devpack_scripthelper_app.cab">
</APPLET>

Methods
createColor
createDate
createInfoBusVector
publishStringToInfoBus
publishVectorToInfoBus
readStringFromInfoBus

Example
Charting file data example

See also
InfoBus overview
InfoBusVector class