Class ContainerHierarchicalWrapper

    • Constructor Detail

      • ContainerHierarchicalWrapper

        public ContainerHierarchicalWrapper​(Container toBeWrapped)
        Constructs a new hierarchical wrapper for an existing Container. Works even if the to-be-wrapped container already implements the Container.Hierarchical interface.
        Parameters:
        toBeWrapped - the container that needs to be accessed hierarchically
        See Also:
        updateHierarchicalWrapper()