Class OPIRunnerPerspective

java.lang.Object
org.csstudio.opibuilder.runmode.OPIRunnerPerspective
All Implemented Interfaces:
IPerspectiveFactory

public class OPIRunnerPerspective extends Object implements IPerspectiveFactory
Perspective for display runtime

Allows opening views in "Left", "Right", ... location. .. but RCP API doesn't really allow opening views in a specific location. Instead, this perspective has folders / part stacks named org.csstudio.opibuilder.opiViewLEFT:*, org.csstudio.opibuilder.opiViewRIGHT:*, etc. and views with that ID will then appear in there.

As long as this perspective is not dramatically rearranged, all is fine, but the user is of course free to for example move the part stack named org.csstudio.opibuilder.opiViewLEFT:* to the RIGHT, and then this compromise breaks.