Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Modifier and Type | Field and Description |
---|---|
SearchAction.SearchMode |
SearchAction.SearchSetting.mode |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SearchAction.search(java.lang.String search,
SearchAction.SearchMode mode)
Performs the search specified by the search string
search and the search mode mode . |