Package jadx.gui.utils.res
Class ResTableHelper
- java.lang.Object
-
- jadx.gui.utils.res.ResTableHelper
-
public class ResTableHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<JResource>buildTree(jadx.core.xmlgen.ResContainer resTable)Build UI tree for resource table container.
-
-
-
Method Detail
-
buildTree
public static java.util.List<JResource> buildTree(jadx.core.xmlgen.ResContainer resTable)
Build UI tree for resource table container.- Returns:
- root nodes
-
-