Search in sources :

Example 1 with SummaryNode

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));
}
Also used : SummaryNode(jadx.gui.ui.treenodes.SummaryNode)

Aggregations

SummaryNode (jadx.gui.ui.treenodes.SummaryNode)1