Uses of Class
org.openstreetmap.josm.data.osm.Filter
-
Packages that use Filter Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.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 else -
-
Uses of Filter in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type Filter Modifier and Type Field Description private List<Filter>
FilterModel. filters
Methods in org.openstreetmap.josm.data.osm that return Filter Modifier and Type Method Description Filter
FilterModel. getValue(int rowIndex)
Filter
FilterModel. removeFilter(int rowIndex)
Removes the filter that is displayed in the given rowFilter
FilterModel. setValue(int rowIndex, Filter filter)
Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Filter Modifier and Type Method Description List<Filter>
FilterModel. getFilters()
Returns the list of filters.Methods in org.openstreetmap.josm.data.osm with parameters of type Filter Modifier and Type Method Description void
FilterMatcher. add(Filter filter)
Adds a filter to the currently used filtersboolean
FilterModel. addFilter(Filter filter)
Adds a new filter to the filter list.int
Filter. compareTo(Filter o)
static <T extends IPrimitive & IFilterablePrimitive>
booleanFilterWorker. executeFilters(Collection<T> all, Filter... filters)
Apply the filters to the primitives of the data set.static FilterMatcher
FilterMatcher. of(Filter... filters)
Returns a newFilterMatcher
containing the given filters.Filter
FilterModel. setValue(int rowIndex, Filter filter)
Method parameters in org.openstreetmap.josm.data.osm with type arguments of type Filter Modifier and Type Method Description void
FilterMatcher. update(Collection<Filter> filters)
Clears the current filters, and adds the given filtersConstructors in org.openstreetmap.josm.data.osm with parameters of type Filter Constructor Description Filter(SearchSetting setting, Filter f)
Constructs a newFilter
from aSearchSetting
and filter-specific fields from an existing Filter.FilterInfo(Filter filter)
-
Uses of Filter in org.openstreetmap.josm.gui.autofilter
Subclasses of Filter in org.openstreetmap.josm.gui.autofilter Modifier and Type Class Description (package private) static class
AutoFilterManager.CompiledFilter
-
Uses of Filter in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as Filter Modifier and Type Field Description protected Filter
FilterDialog.AbstractFilterAction. lastFilter
Methods in org.openstreetmap.josm.gui.dialogs that return Filter Modifier and Type Method Description Filter
FilterTableModel. getValue(int rowIndex)
Filter
FilterTableModel. setValue(int rowIndex, Filter filter)
Methods in org.openstreetmap.josm.gui.dialogs that return types with arguments of type Filter Modifier and Type Method Description List<Filter>
FilterTableModel. getFilters()
Returns the list of filters.Methods in org.openstreetmap.josm.gui.dialogs with parameters of type Filter Modifier and Type Method Description void
FilterTableModel. addFilter(Filter filter)
Adds a new filter to the filter list.Filter
FilterTableModel. setValue(int rowIndex, Filter filter)
-