Package org.fife.ui.hex.swing
Class HexSearch
- java.lang.Object
-
- org.fife.ui.hex.swing.HexSearch
-
public class HexSearch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HexSearch.HexSearchOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchState
getSearchState()
boolean
next(String str, HexSearch.HexSearchOptions type)
boolean
previous(String str, HexSearch.HexSearchOptions type)
boolean
searchHexCode(String str, HexSearch.HexSearchOptions type)
-
-
-
Constructor Detail
-
HexSearch
public HexSearch(HexEditor hex)
-
-
Method Detail
-
getSearchState
public SearchState getSearchState()
-
searchHexCode
public boolean searchHexCode(String str, HexSearch.HexSearchOptions type)
-
next
public boolean next(String str, HexSearch.HexSearchOptions type)
-
previous
public boolean previous(String str, HexSearch.HexSearchOptions type)
-
-