| Package | Description |
|---|---|
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.actions.search | |
| org.openstreetmap.josm.data.osm | |
| org.openstreetmap.josm.gui.dialogs |
| Modifier and Type | Method and Description |
|---|---|
SearchAction.SearchSetting |
ActionParameter.SearchSettingsActionParameter.readFromString(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<SearchAction.SearchSetting> |
ActionParameter.SearchSettingsActionParameter.getType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ActionParameter.SearchSettingsActionParameter.writeToString(SearchAction.SearchSetting value) |
| Modifier and Type | Field and Description |
|---|---|
private static SearchAction.SearchSetting |
SearchAction.lastSearch |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.LinkedList<SearchAction.SearchSetting> |
SearchAction.searchHistory |
| Modifier and Type | Method and Description |
|---|---|
static SearchAction.SearchSetting |
SearchAction.SearchSetting.readFromString(java.lang.String s) |
static SearchAction.SearchSetting |
SearchAction.showSearchDialog(SearchAction.SearchSetting initialValues) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<SearchAction.SearchSetting> |
SearchAction.getSearchHistory() |
| Modifier and Type | Method and Description |
|---|---|
static int |
SearchAction.getSelection(SearchAction.SearchSetting s,
java.util.Collection<OsmPrimitive> sel,
Predicate<OsmPrimitive> p) |
static void |
SearchAction.getSelection(SearchAction.SearchSetting s,
java.util.Collection<OsmPrimitive> all,
Property<OsmPrimitive,java.lang.Boolean> p)
Version of getSelection that is customized for filter, but should
also work in other context.
|
static void |
SearchAction.saveToHistory(SearchAction.SearchSetting s) |
static void |
SearchAction.search(SearchAction.SearchSetting s) |
static void |
SearchAction.searchWithHistory(SearchAction.SearchSetting s)
Adds the search specified by the settings in
s to the
search history and performs the search. |
static void |
SearchAction.searchWithoutHistory(SearchAction.SearchSetting s) |
static SearchAction.SearchSetting |
SearchAction.showSearchDialog(SearchAction.SearchSetting initialValues) |
| Constructor and Description |
|---|
SearchSetting(SearchAction.SearchSetting original) |
| Modifier and Type | Class and Description |
|---|---|
class |
Filter |
| Modifier and Type | Field and Description |
|---|---|
protected SearchAction.SearchSetting |
SelectionListDialog.SearchMenuItem.s |
| Constructor and Description |
|---|
SearchMenuItem(SearchAction.SearchSetting s) |