Search in sources :

Example 1 with IndexService

use of jadx.gui.jobs.IndexService in project jadx by skylot.

the class MainWindow method resetCache.

protected void resetCache() {
    cacheObject.reset();
    cacheObject.setJRoot(treeRoot);
    cacheObject.setJadxSettings(settings);
    cacheObject.setIndexService(new IndexService(cacheObject));
    cacheObject.setTextIndex(new TextSearchIndex(this));
}
Also used : IndexService(jadx.gui.jobs.IndexService) TextSearchIndex(jadx.gui.utils.search.TextSearchIndex)

Aggregations

IndexService (jadx.gui.jobs.IndexService)1 TextSearchIndex (jadx.gui.utils.search.TextSearchIndex)1