You can add entries to the Open list on Lotus Expeditor and Lotus Notes 8 through an extension point. Here is a sample application that is a coded (static) Eclipse perspective:
The extension point is “com.ibm.rcp.ui.launcherSet”. You provide the perspective identifier and a set of icons. You can also have the perspective automatically launched on startup by setting autoStart to true.
<extension
point="com.ibm.rcp.ui.launcherSet">
<launcherSet
id="com.ibm.rcp.samples.propertybroker.color.prsp.PBDemoPerspective"
label="%LauncherSet.label.0">
<perspectiveLaunchItem
autoStart="false"
iconUrl="images/color.png"
iconUrlLarge="images/color.png"
iconUrlMedium="images/color.png"
id="com.ibm.rcp.samples.propertybroker.color.prsp.PBDemoPerspective.launcherItem"
label="%perspectiveLaunchItem.label.0"
perspectiveId="com.ibm.rcp.samples.propertybroker.color.prsp.PBDemoPerspective"/>
Tags: Lotus Expeditor : eclipse : Lotus Notes : Notes Beta : notes8beta