Class OPIRuntimeToolBarDelegate

java.lang.Object
org.csstudio.opibuilder.runmode.OPIRuntimeToolBarDelegate

public class OPIRuntimeToolBarDelegate extends Object
The toolbar contributor for OPI runner
  • Constructor Details

    • OPIRuntimeToolBarDelegate

      public OPIRuntimeToolBarDelegate()
  • Method Details

    • init

      public void init(IActionBars bars, IWorkbenchPage page)
    • contributeToToolBar

      public void contributeToToolBar(IToolBarManager toolBarManager)
    • setActiveOPIRuntime

      public void setActiveOPIRuntime(IOPIRuntime opiRuntime)
      Hook IOPIRuntime with this toolbar.
      Parameters:
      opiRuntime -
    • getPage

      public IWorkbenchPage getPage()
      Returns this contributor's workbench page.
      Returns:
      the workbench page
    • getActionBars

      public IActionBars getActionBars()
      Returns this contributor's action bars.
      Returns:
      the action bars
    • dispose

      public void dispose()
      Disposes of the elements which are not disposed automatically.