Class FrameResourceTree


  • @Beta
    public class FrameResourceTree
    extends java.lang.Object
    Information about the Frame hierarchy along with their cached resources.
    • Constructor Detail

    • Method Detail

      • getFrame

        public Frame getFrame()
        Frame information for this tree item.
      • getChildFrames

        public java.util.Optional<java.util.List<FrameResourceTree>> getChildFrames()
        Child frames.
      • getResources

        public java.util.List<FrameResource> getResources()
        Information about frame resources.