Uses of Class
org.openstreetmap.josm.gui.autofilter.AutoFilter
-
Packages that use AutoFilter Package Description org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data). -
-
Uses of AutoFilter in org.openstreetmap.josm.gui.autofilter
Fields in org.openstreetmap.josm.gui.autofilter declared as AutoFilter Modifier and Type Field Description private AutoFilter
AutoFilterManager. currentAutoFilter
The currently selected auto filter, if any.private AutoFilter
AutoFilterButton. filter
Methods in org.openstreetmap.josm.gui.autofilter that return AutoFilter Modifier and Type Method Description AutoFilter
AutoFilterManager. getCurrentAutoFilter()
Returns the currently selected auto filter, if any.Methods in org.openstreetmap.josm.gui.autofilter with parameters of type AutoFilter Modifier and Type Method Description void
AutoFilterManager. setCurrentAutoFilter(AutoFilter autoFilter)
Sets the currently selected auto filter, if any.Constructors in org.openstreetmap.josm.gui.autofilter with parameters of type AutoFilter Constructor Description AutoFilterButton(AutoFilter filter)
Constructs a newAutoFilterButton
.
-