Uses of Class
editor.search.SearchScope
-
Packages that use SearchScope Package Description editor.search -
-
Uses of SearchScope in editor.search
Methods in editor.search that return SearchScope Modifier and Type Method Description static SearchScope
SearchScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchScope[]
SearchScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in editor.search with parameters of type SearchScope Modifier and Type Method Description protected void
AbstractSearchDialog. setScope(SearchScope scope)
-