use of jadx.gui.ui.treenodes.SummaryNode in project jadx by skylot.
the class MainWindow method addTreeCustomNodes.
private void addTreeCustomNodes() {
treeRoot.replaceCustomNode(ApkSignature.getApkSignature(wrapper));
treeRoot.replaceCustomNode(new SummaryNode(this));
}
Aggregations