Package jadx.gui.search.providers
Class ResourceSearchProvider
- java.lang.Object
-
- jadx.gui.search.providers.ResourceSearchProvider
-
- All Implemented Interfaces:
ITaskProgress,ISearchProvider
public class ResourceSearchProvider extends java.lang.Object implements ISearchProvider
-
-
Constructor Summary
Constructors Constructor Description ResourceSearchProvider(MainWindow mw, SearchSettings searchSettings, SearchDialog searchDialog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable JNodenext(Cancelable cancelable)Return next result or null if search completeintprogress()inttotal()
-
-
-
Constructor Detail
-
ResourceSearchProvider
public ResourceSearchProvider(MainWindow mw, SearchSettings searchSettings, SearchDialog searchDialog)
-
-
Method Detail
-
next
@Nullable public @Nullable JNode next(Cancelable cancelable)
Description copied from interface:ISearchProviderReturn next result or null if search complete- Specified by:
nextin interfaceISearchProvider
-
progress
public int progress()
- Specified by:
progressin interfaceITaskProgress
-
total
public int total()
- Specified by:
totalin interfaceITaskProgress
-
-