Uses of Class
org.fife.ui.hex.swing.HexSearch.HexSearchOptions
-
Packages that use HexSearch.HexSearchOptions Package Description org.fife.ui.hex.event org.fife.ui.hex.swing -
-
Uses of HexSearch.HexSearchOptions in org.fife.ui.hex.event
Constructor parameters in org.fife.ui.hex.event with type arguments of type HexSearch.HexSearchOptions Constructor Description HexSearchActionListener(HexSearch hexSearchEngine, JTextField hexSearch, JComboBox<HexSearch.HexSearchOptions> hexSearchType, HexSearchActionListener.Method method)
HexSearchDocumentListener(HexSearch hexSearchEngine, JTextField hexSearch, JComboBox<HexSearch.HexSearchOptions> hexSearchType)
-
Uses of HexSearch.HexSearchOptions in org.fife.ui.hex.swing
Methods in org.fife.ui.hex.swing that return HexSearch.HexSearchOptions Modifier and Type Method Description static HexSearch.HexSearchOptions
HexSearch.HexSearchOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static HexSearch.HexSearchOptions[]
HexSearch.HexSearchOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fife.ui.hex.swing with parameters of type HexSearch.HexSearchOptions Modifier and Type Method Description boolean
HexSearch. next(String str, HexSearch.HexSearchOptions type)
boolean
HexSearch. previous(String str, HexSearch.HexSearchOptions type)
boolean
HexSearch. searchHexCode(String str, HexSearch.HexSearchOptions type)
-