Package jadx.gui.ui.hexviewer
Interface HexSearchBar.Control
-
- Enclosing class:
- HexSearchBar
public static interface HexSearchBar.Control
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()SearchParameters.SearchDirectiongetSearchDirection()voidnextMatch()voidnotifySearchChanged()Parameters of search have changed.voidnotifySearchChanging()Parameters of search are changing which might not lead to immediate search change.voidperformEscape()voidperformFind()voidprevMatch()
-
-
-
Method Detail
-
prevMatch
void prevMatch()
-
nextMatch
void nextMatch()
-
performEscape
void performEscape()
-
performFind
void performFind()
-
notifySearchChanged
void notifySearchChanged()
Parameters of search have changed.
-
notifySearchChanging
void notifySearchChanging()
Parameters of search are changing which might not lead to immediate search change.Typically, text typing.
-
getSearchDirection
SearchParameters.SearchDirection getSearchDirection()
-
close
void close()
-
-