Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
private FilterMatcher |
FilterTableModel.filterMatcher |