Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.search | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
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 |
private SearchAction.SearchSetting |
SearchAction.SearchTask.setting |
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 SearchCompiler.Match |
SearchCompiler.compile(SearchAction.SearchSetting setting)
Compiles the search expression.
|
(package private) static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchAction.SearchSetting setting) |
static void |
SearchAction.saveToHistory(SearchAction.SearchSetting s) |
(package private) 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)
Performs the search specified by the settings in
s without saving it to search history. |
static SearchAction.SearchSetting |
SearchAction.showSearchDialog(SearchAction.SearchSetting initialValues) |
Constructor and Description |
---|
SearchSetting(SearchAction.SearchSetting original)
Constructs a new
SearchSetting from an existing one. |
SearchTask(DataSet ds,
SearchAction.SearchSetting setting,
java.util.Collection<OsmPrimitive> selection,
Predicate<OsmPrimitive> predicate) |
Modifier and Type | Class and Description |
---|---|
class |
Filter
Data class representing one entry in the filter dialog.
|
Modifier and Type | Field and Description |
---|---|
protected SearchAction.SearchSetting |
SelectionListDialog.SearchMenuItem.s |
Constructor and Description |
---|
SearchMenuItem(SearchAction.SearchSetting s) |