Search in sources :

Example 1 with CommentsIndex

use of jadx.gui.utils.search.CommentsIndex in project jadx by skylot.

the class MainWindow method updateProject.

public void updateProject(JadxProject jadxProject) {
    jadxProject.setSettings(settings);
    jadxProject.setMainWindow(this);
    this.project = jadxProject;
    this.wrapper.setProject(jadxProject);
    this.cacheObject.setCommentsIndex(new CommentsIndex(wrapper, cacheObject, jadxProject));
    update();
}
Also used : CommentsIndex(jadx.gui.utils.search.CommentsIndex)

Aggregations

CommentsIndex (jadx.gui.utils.search.CommentsIndex)1