Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user 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
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
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.
|
private static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchAction.SearchSetting setting,
DataSet ds,
SearchAction.SearchReceiver resultReceiver)
Create a new search task for the given search setting.
|
(package private) static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchAction.SearchSetting setting,
SearchAction.SearchReceiver resultReceiver) |
void |
SearchAction.SearchReceiver.receiveSearchResult(DataSet ds,
java.util.Collection<OsmPrimitive> result,
int foundMatches,
SearchAction.SearchSetting setting)
Receive the search result
|
void |
SearchAction.SelectSearchReceiver.receiveSearchResult(DataSet ds,
java.util.Collection<OsmPrimitive> result,
int foundMatches,
SearchAction.SearchSetting setting) |
void |
SearchAction.CapturingSearchReceiver.receiveSearchResult(DataSet ds,
java.util.Collection<OsmPrimitive> result,
int foundMatches,
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,
SearchAction.SearchReceiver resultReceiver) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) SearchAction.SearchSetting |
TagEditHelper.tagsToIgnore |
Modifier and Type | Method and Description |
---|---|
(package private) static SearchAction.SearchSetting |
PropertiesDialog.createSearchSetting(java.lang.String key,
java.util.Collection<OsmPrimitive> sel,
boolean sameType) |
SearchAction.SearchSetting |
RecentTagCollection.ignoreTag(Tag tagToIgnore,
SearchAction.SearchSetting settingToUpdate) |
Modifier and Type | Method and Description |
---|---|
SearchAction.SearchSetting |
RecentTagCollection.ignoreTag(Tag tagToIgnore,
SearchAction.SearchSetting settingToUpdate) |
void |
RecentTagCollection.setTagsToIgnore(SearchAction.SearchSetting tagsToIgnore) |