Class SubsystemFilteringTreeContentProvider.SubsystemCachingKeyProvider

    • Constructor Detail

      • SubsystemCachingKeyProvider

        public SubsystemCachingKeyProvider()
        Constructor.
    • Method Detail

      • getKey

        public Object getKey​(Object object)
        Description copied from interface: CachingTreeContentProvider.CachingKeyProvider
        Returns element key to cache element children. Method must return equals keys for the same or equals elements. May return null if element children are not intended to be cached.
        Specified by:
        getKey in interface CachingTreeContentProvider.CachingKeyProvider
        Parameters:
        object - the tree element to get key to cache its children, cannot be null
        Returns:
        the element key to cache element children or null if element children are not intended to be cached