|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchAction.SearchSetting | |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.search | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.dialogs |
Uses of SearchAction.SearchSetting in org.openstreetmap.josm.actions |
---|
Methods in org.openstreetmap.josm.actions that return SearchAction.SearchSetting | |
---|---|
SearchAction.SearchSetting |
ActionParameter.SearchSettingsActionParameter.readFromString(java.lang.String s)
|
Methods in org.openstreetmap.josm.actions that return types with arguments of type SearchAction.SearchSetting | |
---|---|
java.lang.Class<SearchAction.SearchSetting> |
ActionParameter.SearchSettingsActionParameter.getType()
|
Methods in org.openstreetmap.josm.actions with parameters of type SearchAction.SearchSetting | |
---|---|
java.lang.String |
ActionParameter.SearchSettingsActionParameter.writeToString(SearchAction.SearchSetting value)
|
Uses of SearchAction.SearchSetting in org.openstreetmap.josm.actions.search |
---|
Fields in org.openstreetmap.josm.actions.search declared as SearchAction.SearchSetting | |
---|---|
private static SearchAction.SearchSetting |
SearchAction.lastSearch
|
Fields in org.openstreetmap.josm.actions.search with type parameters of type SearchAction.SearchSetting | |
---|---|
private static java.util.LinkedList<SearchAction.SearchSetting> |
SearchAction.searchHistory
|
Methods in org.openstreetmap.josm.actions.search that return SearchAction.SearchSetting | |
---|---|
static SearchAction.SearchSetting |
SearchAction.SearchSetting.readFromString(java.lang.String s)
|
static SearchAction.SearchSetting |
SearchAction.showSearchDialog(SearchAction.SearchSetting initialValues)
|
Methods in org.openstreetmap.josm.actions.search that return types with arguments of type SearchAction.SearchSetting | |
---|---|
static java.util.Collection<SearchAction.SearchSetting> |
SearchAction.getSearchHistory()
|
Methods in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchSetting | |
---|---|
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)
|
Constructors in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchSetting | |
---|---|
SearchAction.SearchSetting(SearchAction.SearchSetting original)
|
Uses of SearchAction.SearchSetting in org.openstreetmap.josm.data.osm |
---|
Subclasses of SearchAction.SearchSetting in org.openstreetmap.josm.data.osm | |
---|---|
class |
Filter
|
Uses of SearchAction.SearchSetting in org.openstreetmap.josm.gui.dialogs |
---|
Fields in org.openstreetmap.josm.gui.dialogs declared as SearchAction.SearchSetting | |
---|---|
protected SearchAction.SearchSetting |
SelectionListDialog.SearchMenuItem.s
|
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type SearchAction.SearchSetting | |
---|---|
SelectionListDialog.SearchMenuItem(SearchAction.SearchSetting s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |