|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchAction.SearchMode | |
|---|---|
| org.openstreetmap.josm.actions.search | |
| org.openstreetmap.josm.data.osm | |
| Uses of SearchAction.SearchMode in org.openstreetmap.josm.actions.search |
|---|
| Fields in org.openstreetmap.josm.actions.search declared as SearchAction.SearchMode | |
|---|---|
SearchAction.SearchMode |
SearchAction.SearchSetting.mode
|
| Methods in org.openstreetmap.josm.actions.search that return SearchAction.SearchMode | |
|---|---|
static SearchAction.SearchMode |
SearchAction.SearchMode.fromCode(char code)
|
static SearchAction.SearchMode |
SearchAction.SearchMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchAction.SearchMode[] |
SearchAction.SearchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchMode | |
|---|---|
static void |
SearchAction.search(java.lang.String search,
SearchAction.SearchMode mode)
|
| Constructors in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchMode | |
|---|---|
SearchAction.SearchSetting(java.lang.String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements)
|
|
| Uses of SearchAction.SearchMode in org.openstreetmap.josm.data.osm |
|---|
| Constructors in org.openstreetmap.josm.data.osm with parameters of type SearchAction.SearchMode | |
|---|---|
Filter(java.lang.String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||