Interface FilterableRootNode

All Known Implementing Classes:
DesignerRootTagManagerNode, ProviderFilteredRootNode, RootTagManagerNode, TagBrowseRootNode

public interface FilterableRootNode
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    allow(String name)
     
    void
    block(String name)
     
  • Method Details

    • allow

      void allow(String name)
      Parameters:
      name - the name of the provider to unblock when browsing
    • block

      void block(String name)
      Parameters:
      name - the name of a provider to block while browsing; no node will be created for the provider.