Uses of Enum Class
org.fife.ui.hex.swing.HexSearch.HexSearchOptions
Packages that use HexSearch.HexSearchOptions
-
Uses of HexSearch.HexSearchOptions in org.fife.ui.hex.event
Fields in org.fife.ui.hex.event with type parameters of type HexSearch.HexSearchOptionsModifier and TypeFieldDescriptionprivate final JComboBox<HexSearch.HexSearchOptions>
HexSearchActionListener.hexSearchType
private final JComboBox<HexSearch.HexSearchOptions>
HexSearchDocumentListener.hexSearchType
Constructor parameters in org.fife.ui.hex.event with type arguments of type HexSearch.HexSearchOptionsModifierConstructorDescriptionHexSearchActionListener
(HexSearch hexSearchEngine, JTextField hexSearch, JComboBox<HexSearch.HexSearchOptions> hexSearchType, HexSearchActionListener.Method method) HexSearchDocumentListener
(HexSearch hexSearchEngine, JTextField hexSearch, JComboBox<HexSearch.HexSearchOptions> hexSearchType) HexSearchDocumentListener
(HexSearch hexSearchEngine, JTextField hexSearch, JComboBox<HexSearch.HexSearchOptions> hexSearchType, ActionListener wasNotFoundListener) -
Uses of HexSearch.HexSearchOptions in org.fife.ui.hex.swing
Methods in org.fife.ui.hex.swing that return HexSearch.HexSearchOptionsModifier and TypeMethodDescriptionstatic HexSearch.HexSearchOptions
Returns the enum constant of this class with the specified name.static HexSearch.HexSearchOptions[]
HexSearch.HexSearchOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fife.ui.hex.swing with parameters of type HexSearch.HexSearchOptionsModifier and TypeMethodDescriptionHexSearch.getByteArray
(String str, HexSearch.HexSearchOptions type) boolean
HexSearch.next
(String str, HexSearch.HexSearchOptions type) boolean
HexSearch.previous
(String str, HexSearch.HexSearchOptions type) boolean
HexSearch.searchHexCode
(String str, HexSearch.HexSearchOptions type)