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(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(String search,
SearchAction.SearchMode mode) |
Constructor and Description |
---|
SearchAction.SearchSetting(String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements) |
Constructor and Description |
---|
Filter(String text,
SearchAction.SearchMode mode,
boolean caseSensitive,
boolean regexSearch,
boolean allElements) |