- Enclosing class:
- UiTreeBuilder
public static class UiTreeBuilder.BuildResult
extends Object
Result of building a NodeBuilder: named elements (those with an explicit id), plus any server-streamed images, keyed by region name
-
Field Summary
Fields
final arc.struct.ObjectMap<String,arc.scene.Element>
final arc.struct.ObjectMap<String,arc.struct.Seq<arc.scene.ui.Image>>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
idElements
public final arc.struct.ObjectMap<String,arc.scene.Element> idElements
-
images
public final arc.struct.ObjectMap<String,arc.struct.Seq<arc.scene.ui.Image>> images