Uses of Enum Class
org.basex.gui.text.SearchBar.SearchDir
Packages that use SearchBar.SearchDir
-
Uses of SearchBar.SearchDir in org.basex.gui.text
Methods in org.basex.gui.text that return SearchBar.SearchDirModifier and TypeMethodDescriptionstatic SearchBar.SearchDirReturns the enum constant of this class with the specified name.static SearchBar.SearchDir[]SearchBar.SearchDir.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.gui.text with parameters of type SearchBar.SearchDirModifier and TypeMethodDescriptionprotected final voidTextPanel.jump(SearchBar.SearchDir dir, boolean select) Jumps to the current, next or previous search string.