Uses of Class
org.openstreetmap.josm.data.osm.search.SearchMode
-
Packages that use SearchMode Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action.org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchMode in org.openstreetmap.josm.actions.search
Methods in org.openstreetmap.josm.actions.search with parameters of type SearchMode Modifier and Type Method Description static voidSearchAction. search(java.lang.String search, SearchMode mode)Performs the search specified by the search stringsearchand the search modemode.static java.util.Collection<IPrimitive>SearchAction. searchAndReturn(java.lang.String search, SearchMode mode)Performs the search specified by the search stringsearchand the search modemodeand returns the result of the search. -
Uses of SearchMode in org.openstreetmap.josm.data.osm.search
Fields in org.openstreetmap.josm.data.osm.search declared as SearchMode Modifier and Type Field Description SearchModeSearchSetting. modeSearch modeMethods in org.openstreetmap.josm.data.osm.search that return SearchMode Modifier and Type Method Description static SearchModeSearchMode. fromCode(char code)Returns the search mode matching the given character code.static SearchModeSearchMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchMode[]SearchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-