-
public final class FrameResourceTreeInformation about the Frame hierarchy along with their cached resources.
-
-
Field Summary
Fields Modifier and Type Field Description private final Frameframeprivate final List<FrameResourceTree>childFramesprivate final List<FrameResource>resources
-
Constructor Summary
Constructors Constructor Description FrameResourceTree(Frame frame, List<FrameResourceTree> childFrames, List<FrameResource> resources)
-
Method Summary
Modifier and Type Method Description final Framecomponent1()final List<FrameResourceTree>component2()final List<FrameResource>component3()final FrameResourceTreecopy(Frame frame, List<FrameResourceTree> childFrames, List<FrameResource> resources)final FramegetFrame()Frame information for this tree item. final List<FrameResourceTree>getChildFrames()Child frames. final List<FrameResource>getResources()Information about frame resources. -
-
Constructor Detail
-
FrameResourceTree
FrameResourceTree(Frame frame, List<FrameResourceTree> childFrames, List<FrameResource> resources)
-
-
Method Detail
-
component1
final Frame component1()
-
component2
final List<FrameResourceTree> component2()
-
component3
final List<FrameResource> component3()
-
copy
final FrameResourceTree copy(Frame frame, List<FrameResourceTree> childFrames, List<FrameResource> resources)
-
getChildFrames
final List<FrameResourceTree> getChildFrames()
Child frames.
-
getResources
final List<FrameResource> getResources()
Information about frame resources.
-
-
-
-