Class FrameTree


  • public class FrameTree
    extends java.lang.Object
    Information about the Frame hierarchy.
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameTree​(Frame frame, java.util.Optional<java.util.List<FrameTree>> childFrames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.util.List<FrameTree>> getChildFrames()
      Child frames.
      Frame getFrame()
      Frame information for this tree item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameTree

        public FrameTree​(Frame frame,
                         java.util.Optional<java.util.List<FrameTree>> childFrames)
    • Method Detail

      • getFrame

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

        public java.util.Optional<java.util.List<FrameTree>> getChildFrames()
        Child frames.