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.historyMethods in org.aesh.readline.history that return SearchDirectionModifier and TypeMethodDescriptionabstract SearchDirectionHistory.getSearchDirection()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) voidInMemoryHistory.setSearchDirection(SearchDirection direction)