Uses of Class
org.openstreetmap.josm.data.osm.search.SearchSetting
-
Packages that use SearchSetting Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).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 elseorg.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of SearchSetting in org.openstreetmap.josm.actions.search
Fields in org.openstreetmap.josm.actions.search declared as SearchSetting Modifier and Type Field Description private static SearchSetting
SearchAction. lastSearch
private SearchSetting
SearchAction.SearchTask. setting
Fields in org.openstreetmap.josm.actions.search with type parameters of type SearchSetting Modifier and Type Field Description private static AutoCompComboBoxModel<SearchSetting>
SearchAction. model
Methods in org.openstreetmap.josm.actions.search that return SearchSetting Modifier and Type Method Description SearchSetting
SearchAction.SearchSettingsActionParameter. readFromString(String s)
static SearchSetting
SearchAction. showSearchDialog(SearchSetting initialValues)
Builds and shows the search dialog.Methods in org.openstreetmap.josm.actions.search that return types with arguments of type SearchSetting Modifier and Type Method Description static Collection<SearchSetting>
SearchAction. getSearchHistory()
Gets the search historyClass<SearchSetting>
SearchAction.SearchSettingsActionParameter. getType()
Methods in org.openstreetmap.josm.actions.search with parameters of type SearchSetting Modifier and Type Method Description (package private) static SearchAction.SearchTask
SearchAction.SearchTask. newSearchTask(SearchSetting setting, SearchAction.SearchReceiver resultReceiver)
private static SearchAction.SearchTask
SearchAction.SearchTask. newSearchTask(SearchSetting setting, OsmData<?,?,?,?> ds, SearchAction.SearchReceiver resultReceiver)
Create a new search task for the given search setting.void
SearchAction.CapturingSearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, Collection<IPrimitive> result, int foundMatches, SearchSetting setting, Component parent)
void
SearchAction.SearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, Collection<IPrimitive> result, int foundMatches, SearchSetting setting, Component parent)
Receive the search resultvoid
SearchAction.SelectSearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, Collection<IPrimitive> result, int foundMatches, SearchSetting setting, Component parent)
static void
SearchAction. saveToHistory(SearchSetting s)
Saves a search to the search history.static void
SearchAction. searchStateless(SearchSetting s)
Performs a stateless search specified by the settings ins
.static void
SearchAction. searchWithHistory(SearchSetting s)
Adds the search specified by the settings ins
to the search history and performs the search.static void
SearchAction. searchWithoutHistory(SearchSetting s)
Performs the search specified by the settings ins
without saving it to search history.static SearchSetting
SearchAction. showSearchDialog(SearchSetting initialValues)
Builds and shows the search dialog.String
SearchAction.SearchSettingsActionParameter. writeToString(SearchSetting value)
Constructors in org.openstreetmap.josm.actions.search with parameters of type SearchSetting Constructor Description SearchTask(OsmData<?,?,?,?> ds, SearchSetting setting, Collection<IPrimitive> selection, Predicate<IPrimitive> predicate, SearchAction.SearchReceiver resultReceiver)
-
Uses of SearchSetting in org.openstreetmap.josm.data.osm
Subclasses of SearchSetting in org.openstreetmap.josm.data.osm Modifier and Type Class Description class
Filter
Data class representing one entry in the filter dialog.Constructors in org.openstreetmap.josm.data.osm with parameters of type SearchSetting Constructor Description Filter(SearchSetting setting)
Constructs a newFilter
from aSearchSetting
Filter(SearchSetting setting, Filter f)
Constructs a newFilter
from aSearchSetting
and filter-specific fields from an existing Filter. -
Uses of SearchSetting in org.openstreetmap.josm.data.osm.search
Methods in org.openstreetmap.josm.data.osm.search that return SearchSetting Modifier and Type Method Description static SearchSetting
SearchSetting. fromString(String s)
Build a SearchSetting from a plain unformatted string.static SearchSetting
SearchSetting. readFromString(String s)
Transforms a string following a certain format, namely "[R | A | D | S][C?,R?,A?,M?] [a-zA-Z]" where the first part defines the mode of the search, seeSearchMode
, the second defines a set of attributes within theSearchSetting
class and the second is the search query.Methods in org.openstreetmap.josm.data.osm.search with parameters of type SearchSetting Modifier and Type Method Description static SearchCompiler.Match
SearchCompiler. compile(SearchSetting setting)
Compiles the search expression.Constructors in org.openstreetmap.josm.data.osm.search with parameters of type SearchSetting Constructor Description SearchSetting(SearchSetting original)
Constructs a newSearchSetting
from an existing one. -
Uses of SearchSetting in org.openstreetmap.josm.gui.autofilter
Subclasses of SearchSetting in org.openstreetmap.josm.gui.autofilter Modifier and Type Class Description (package private) static class
AutoFilterManager.CompiledFilter
-
Uses of SearchSetting in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as SearchSetting Modifier and Type Field Description protected SearchSetting
SelectionListDialog.SearchMenuItem. s
private SearchSetting
SearchDialog. searchSettings
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type SearchSetting Modifier and Type Field Description private AutoCompComboBox<SearchSetting>
SearchDialog.SearchKeywordRow. hcb
protected AutoCompComboBox<SearchSetting>
SearchDialog. hcbSearchString
Methods in org.openstreetmap.josm.gui.dialogs that return SearchSetting Modifier and Type Method Description SearchSetting
SearchDialog. getSearchSettings()
Returns the search settings chosen by user.Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type SearchSetting Modifier and Type Method Description private static JPanel
SearchDialog. buildHintsSection(AutoCompComboBox<SearchSetting> hcbSearchString, SearchDialog.PanelOptions options)
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type SearchSetting Constructor Description SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, boolean expertMode)
Constructs a newSearchDialog
.SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, SearchDialog.PanelOptions options, Component mainFrame, String title, String... buttonTexts)
SearchMenuItem(SearchSetting s)
Constructor parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type SearchSetting Constructor Description SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, boolean expertMode)
Constructs a newSearchDialog
.SearchDialog(SearchSetting initialValues, AutoCompComboBoxModel<SearchSetting> model, SearchDialog.PanelOptions options, Component mainFrame, String title, String... buttonTexts)
SearchKeywordRow(AutoCompComboBox<SearchSetting> hcb)
-
Uses of SearchSetting in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as SearchSetting Modifier and Type Field Description (package private) SearchSetting
TagEditHelper. tagsToIgnore
Methods in org.openstreetmap.josm.gui.dialogs.properties that return SearchSetting Modifier and Type Method Description (package private) static SearchSetting
PropertiesDialog. createSearchSetting(String key, Collection<? extends IPrimitive> sel, boolean sameType)
SearchSetting
RecentTagCollection. ignoreTag(Tag tagToIgnore, SearchSetting settingToUpdate)
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type SearchSetting Modifier and Type Method Description SearchSetting
RecentTagCollection. ignoreTag(Tag tagToIgnore, SearchSetting settingToUpdate)
void
RecentTagCollection. setTagsToIgnore(SearchSetting tagsToIgnore)
-
Uses of SearchSetting in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download with type parameters of type SearchSetting Modifier and Type Field Description private AutoCompComboBoxModel<SearchSetting>
OverpassQueryWizardDialog. model
-