| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.search | |
| org.openstreetmap.josm.data.osm |
| 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) |
| Constructor and Description |
|---|
SearchSetting(java.lang.String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements) |
| Constructor and Description |
|---|
Filter(java.lang.String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements) |