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
Fields in org.fife.ui.hex.event with type parameters of type HexSearch.HexSearchOptions Modifier and Type Field Description private javax.swing.JComboBox<HexSearch.HexSearchOptions>
HexSearchActionListener. hexSearchType
private javax.swing.JComboBox<HexSearch.HexSearchOptions>
HexSearchDocumentListener. hexSearchType
Constructor parameters in org.fife.ui.hex.event with type arguments of type HexSearch.HexSearchOptions Constructor Description HexSearchActionListener(HexSearch hexSearchEngine, javax.swing.JTextField hexSearch, javax.swing.JComboBox<HexSearch.HexSearchOptions> hexSearchType, HexSearchActionListener.Method method)
HexSearchDocumentListener(HexSearch hexSearchEngine, javax.swing.JTextField hexSearch, javax.swing.JComboBox<HexSearch.HexSearchOptions> hexSearchType)
HexSearchDocumentListener(HexSearch hexSearchEngine, javax.swing.JTextField hexSearch, javax.swing.JComboBox<HexSearch.HexSearchOptions> hexSearchType, java.awt.event.ActionListener wasNotFoundListener)
-
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(java.lang.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 private java.util.List<java.lang.Byte>
HexSearch. getByteArray(java.lang.String str, HexSearch.HexSearchOptions type)
boolean
HexSearch. next(java.lang.String str, HexSearch.HexSearchOptions type)
boolean
HexSearch. previous(java.lang.String str, HexSearch.HexSearchOptions type)
boolean
HexSearch. searchHexCode(java.lang.String str, HexSearch.HexSearchOptions type)
-