Uses of Enum Class
ca.phon.util.SearchType
Packages that use SearchType
-
Uses of SearchType in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return SearchTypeModifier and TypeMethodDescriptionFindExpr.type()
Returns the value of thetype
record component.Methods in ca.phon.app.session.editor.search with parameters of type SearchTypeModifier and TypeMethodDescriptionvoid
SessionEditorQuickSearchField.setSearchType
(SearchType searchType) Deprecated.Constructors in ca.phon.app.session.editor.search with parameters of type SearchTypeModifierConstructorDescriptionFindExpr
(SearchType type, String expr, boolean caseSensitive) Creates an instance of aFindExpr
record class.SessionRowFilter
(String filter, SearchType searchType, boolean caseSensitive) -
Uses of SearchType in ca.phon.util
Subclasses with type arguments of type SearchType in ca.phon.utilMethods in ca.phon.util that return SearchTypeModifier and TypeMethodDescriptionSearchHistoryEntry.queryType()
Returns the value of thequeryType
record component.static SearchType
Returns the enum constant of this class with the specified name.static SearchType[]
SearchType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.util with parameters of type SearchTypeModifier and TypeMethodDescriptionstatic SearchHistoryEntry
SearchHistory.addSimpleSearchEntry
(String prefix, String queryText, SearchType queryType) Adds a simple search entry with just query text and type for the given prefix.static SearchHistoryEntry
SearchHistory.addSimpleSearchEntry
(String prefix, String queryText, SearchType queryType, boolean caseSensitive) Adds a simple search entry with query text, type, and case sensitivity for the given prefix.static List
<SearchHistoryEntry> SearchHistory.findEntriesByQueryType
(String prefix, SearchType queryType) Finds entries that match the given query type for the given prefix.SearchHistoryEntry.Builder.queryType
(SearchType queryType) Sets the query type.Constructors in ca.phon.util with parameters of type SearchTypeModifierConstructorDescriptionSearchHistoryEntry
(LocalDateTime date, String queryText, SearchType queryType, boolean caseSensitive, Map<String, String> parameters) Compact constructor with validation and defensive copying.