Uses of Enum
org.aesh.readline.history.SearchDirection
Packages that use SearchDirection
-
Uses of SearchDirection in org.aesh.readline.history
Subclasses with type arguments of type SearchDirection in org.aesh.readline.historyModifier and TypeClassDescriptionenumEnumeration representing the direction when searching through command history.Methods in org.aesh.readline.history that return SearchDirectionModifier and TypeMethodDescriptionabstract SearchDirectionHistory.getSearchDirection()Gets the current search direction.InMemoryHistory.getSearchDirection()static SearchDirectionReturns the enum constant of this type with the specified name.static SearchDirection[]SearchDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.readline.history with parameters of type SearchDirectionModifier and TypeMethodDescriptionabstract voidHistory.setSearchDirection(SearchDirection direction) Sets the search direction for history searches.voidInMemoryHistory.setSearchDirection(SearchDirection direction)