Class ExpandableCheckFiltersContribution

  • All Implemented Interfaces:
    IOutlineContribution

    public class ExpandableCheckFiltersContribution
    extends java.lang.Object
    implements IOutlineContribution
    Instructs the outline page's tree viewer to consult filters to more accurately determine if an item can be expanded. Note that this contribution may affect performance of the tree viewer.
    • Constructor Detail

      • ExpandableCheckFiltersContribution

        public ExpandableCheckFiltersContribution()
    • Method Detail

      • init

        public void init​(ICommonOutlinePage outlinePage)
        Description copied from interface: IOutlineContribution
        Initializes this contribution. This method is called after the outline page's tree viewer has been created.
        Specified by:
        init in interface IOutlineContribution
        Parameters:
        outlinePage - the contribution's outline page (never null)
      • dispose

        public void dispose()
        Description copied from interface: IOutlineContribution
        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.
        Specified by:
        dispose in interface IOutlineContribution