Interface IOutlineContribution

    • Method Detail

      • init

        void init​(ICommonOutlinePage outlinePage)
        Initializes this contribution. This method is called after the outline page's tree viewer has been created.
        Parameters:
        outlinePage - the contribution's outline page (never null)
      • dispose

        void dispose()
        Disposes of this contribution. Implementors should clean up any resources associated with this contribution. Note that there is no guarantee that init() has been called. This method has no effect if this contribution has already been disposed.