Package org.csstudio.opibuilder.runmode
Class OPIRunnerPerspective
java.lang.Object
org.csstudio.opibuilder.runmode.OPIRunnerPerspective
- All Implemented Interfaces:
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.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
OPIRunnerPerspective
public OPIRunnerPerspective()
-
-
Method Details
-
createInitialLayout
- Specified by:
createInitialLayout
in interfaceIPerspectiveFactory
-