Package org.csstudio.opibuilder.runmode
Class OPIRuntimeToolBarDelegate
java.lang.Object
org.csstudio.opibuilder.runmode.OPIRuntimeToolBarDelegate
The toolbar contributor for OPI runner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeToToolBar
(IToolBarManager toolBarManager) void
dispose()
Disposes of the elements which are not disposed automatically.Returns this contributor's action bars.getPage()
Returns this contributor's workbench page.void
init
(IActionBars bars, IWorkbenchPage page) void
setActiveOPIRuntime
(IOPIRuntime opiRuntime) HookIOPIRuntime
with this toolbar.
-
Constructor Details
-
OPIRuntimeToolBarDelegate
public OPIRuntimeToolBarDelegate()
-
-
Method Details
-
init
-
contributeToToolBar
-
setActiveOPIRuntime
HookIOPIRuntime
with this toolbar.- Parameters:
opiRuntime
-
-
getPage
Returns this contributor's workbench page.- Returns:
- the workbench page
-
getActionBars
Returns this contributor's action bars.- Returns:
- the action bars
-
dispose
public void dispose()Disposes of the elements which are not disposed automatically.
-