Package org.csstudio.opibuilder.runmode
Class OPIRuntimeToolBarDelegate
java.lang.Object
org.csstudio.opibuilder.runmode.OPIRuntimeToolBarDelegate
The toolbar contributor for OPI runner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontributeToToolBar(IToolBarManager toolBarManager) voiddispose()Disposes of the elements which are not disposed automatically.Returns this contributor's action bars.getPage()Returns this contributor's workbench page.voidinit(IActionBars bars, IWorkbenchPage page) voidsetActiveOPIRuntime(IOPIRuntime opiRuntime) HookIOPIRuntimewith this toolbar.
-
Constructor Details
-
OPIRuntimeToolBarDelegate
public OPIRuntimeToolBarDelegate()
-
-
Method Details
-
init
-
contributeToToolBar
-
setActiveOPIRuntime
HookIOPIRuntimewith 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.
-