Uses of Class
org.openstreetmap.josm.data.osm.FilterMatcher

Packages that use FilterMatcher
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.dialogs   
 

Uses of FilterMatcher in org.openstreetmap.josm.data.osm
 

Methods in org.openstreetmap.josm.data.osm with parameters of type FilterMatcher
private static boolean FilterWorker.doExecuteFilters(java.util.Collection<OsmPrimitive> all, FilterMatcher filterMatcher)
           
static boolean FilterWorker.executeFilters(java.util.Collection<OsmPrimitive> all, FilterMatcher filterMatcher)
          Apply the filters to the primitives of the data set.
static boolean FilterWorker.executeFilters(OsmPrimitive primitive, FilterMatcher filterMatcher)
           
 

Uses of FilterMatcher in org.openstreetmap.josm.gui.dialogs
 

Fields in org.openstreetmap.josm.gui.dialogs declared as FilterMatcher
private  FilterMatcher FilterTableModel.filterMatcher
           
 



JOSM