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,RelationUsersTagsChangesetsUtilities 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 SearchSettingSearchAction. lastSearchprivate SearchSettingSearchAction.SearchTask. settingFields in org.openstreetmap.josm.actions.search with type parameters of type SearchSetting Modifier and Type Field Description private static AutoCompComboBoxModel<SearchSetting>SearchAction. modelMethods in org.openstreetmap.josm.actions.search that return SearchSetting Modifier and Type Method Description SearchSettingSearchAction.SearchSettingsActionParameter. readFromString(java.lang.String s)static SearchSettingSearchAction. 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 java.util.Collection<SearchSetting>SearchAction. getSearchHistory()Gets the search historyjava.lang.Class<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.SearchTaskSearchAction.SearchTask. newSearchTask(SearchSetting setting, SearchAction.SearchReceiver resultReceiver)private static SearchAction.SearchTaskSearchAction.SearchTask. newSearchTask(SearchSetting setting, OsmData<?,?,?,?> ds, SearchAction.SearchReceiver resultReceiver)Create a new search task for the given search setting.voidSearchAction.CapturingSearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)voidSearchAction.SearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)Receive the search resultvoidSearchAction.SelectSearchReceiver. receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)static voidSearchAction. saveToHistory(SearchSetting s)Saves a search to the search history.static voidSearchAction. searchStateless(SearchSetting s)Performs a stateless search specified by the settings ins.static voidSearchAction. searchWithHistory(SearchSetting s)Adds the search specified by the settings insto the search history and performs the search.static voidSearchAction. searchWithoutHistory(SearchSetting s)Performs the search specified by the settings inswithout saving it to search history.static SearchSettingSearchAction. showSearchDialog(SearchSetting initialValues)Builds and shows the search dialog.java.lang.StringSearchAction.SearchSettingsActionParameter. writeToString(SearchSetting value)Constructors in org.openstreetmap.josm.actions.search with parameters of type SearchSetting Constructor Description SearchTask(OsmData<?,?,?,?> ds, SearchSetting setting, java.util.Collection<IPrimitive> selection, java.util.function.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 classFilterData 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 newFilterfrom aSearchSettingFilter(SearchSetting setting, Filter f)Constructs a newFilterfrom aSearchSettingand 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 SearchSettingSearchSetting. fromString(java.lang.String s)Build a SearchSetting from a plain unformatted string.static SearchSettingSearchSetting. readFromString(java.lang.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 theSearchSettingclass 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.MatchSearchCompiler. 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 newSearchSettingfrom 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 classAutoFilterManager.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 SearchSettingSelectionListDialog.SearchMenuItem. sprivate SearchSettingSearchDialog. searchSettingsFields in org.openstreetmap.josm.gui.dialogs with type parameters of type SearchSetting Modifier and Type Field Description private AutoCompComboBox<SearchSetting>SearchDialog.SearchKeywordRow. hcbprotected AutoCompComboBox<SearchSetting>SearchDialog. hcbSearchStringMethods in org.openstreetmap.josm.gui.dialogs that return SearchSetting Modifier and Type Method Description SearchSettingSearchDialog. 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 javax.swing.JPanelSearchDialog. 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, java.awt.Component mainFrame, java.lang.String title, java.lang.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, java.awt.Component mainFrame, java.lang.String title, java.lang.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) SearchSettingTagEditHelper. noAutocomplete(package private) SearchSettingTagEditHelper. tagsToIgnoreMethods in org.openstreetmap.josm.gui.dialogs.properties that return SearchSetting Modifier and Type Method Description (package private) static SearchSettingPropertiesDialog. createSearchSetting(java.lang.String key, java.util.Collection<? extends IPrimitive> sel, boolean sameType)SearchSettingRecentTagCollection. ignoreTag(Tag tagToIgnore, SearchSetting settingToUpdate)Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type SearchSetting Modifier and Type Method Description SearchSettingRecentTagCollection. ignoreTag(Tag tagToIgnore, SearchSetting settingToUpdate)voidRecentTagCollection. 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
-