Interface IMultiPaneEditorContributor

All Known Implementing Classes:
HeapEditorContributions

public interface IMultiPaneEditorContributor
Used to contribute items to the tool bar of the editor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to enable the extension to add contributions to the toolbar.
    void
    Called when the editor stops
    void
    Called when the editor starts
  • Method Details

    • init

      void init(MultiPaneEditor editor)
      Called when the editor starts
    • contributeToToolbar

      void contributeToToolbar(IToolBarManager manager)
      Called to enable the extension to add contributions to the toolbar.
    • dispose

      void dispose()
      Called when the editor stops