Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.search | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Method and Description |
---|---|
SearchAction.SearchSetting |
ActionParameter.SearchSettingsActionParameter.readFromString(String s) |
Modifier and Type | Method and Description |
---|---|
Class<SearchAction.SearchSetting> |
ActionParameter.SearchSettingsActionParameter.getType() |
Modifier and Type | Method and Description |
---|---|
String |
ActionParameter.SearchSettingsActionParameter.writeToString(SearchAction.SearchSetting value) |
Modifier and Type | Field and Description |
---|---|
private static SearchAction.SearchSetting |
SearchAction.lastSearch |
Modifier and Type | Field and Description |
---|---|
private static LinkedList<SearchAction.SearchSetting> |
SearchAction.searchHistory |
Modifier and Type | Method and Description |
---|---|
static SearchAction.SearchSetting |
SearchAction.SearchSetting.readFromString(String s) |
static SearchAction.SearchSetting |
SearchAction.showSearchDialog(SearchAction.SearchSetting initialValues) |
Modifier and Type | Method and Description |
---|---|
static Collection<SearchAction.SearchSetting> |
SearchAction.getSearchHistory() |
Modifier and Type | Method and Description |
---|---|
static int |
SearchAction.getSelection(SearchAction.SearchSetting s,
Collection<OsmPrimitive> sel,
Predicate<OsmPrimitive> p) |
static void |
SearchAction.getSelection(SearchAction.SearchSetting s,
Collection<OsmPrimitive> all,
Property<OsmPrimitive,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) |
Constructor and Description |
---|
SearchSetting(SearchAction.SearchSetting original) |
Modifier and Type | Class and Description |
---|---|
class |
Filter |
Modifier and Type | Field and Description |
---|---|
protected SearchAction.SearchSetting |
SelectionListDialog.SearchMenuItem.s |
Constructor and Description |
---|
SearchMenuItem(SearchAction.SearchSetting s) |