Package | Description |
---|---|
org.openstreetmap.josm.gui.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
Modifier and Type | Field and Description |
---|---|
private AutoFilter |
AutoFilterManager.currentAutoFilter
The currently selected auto filter, if any.
|
private AutoFilter |
AutoFilterButton.filter |
Modifier and Type | Method and Description |
---|---|
AutoFilter |
AutoFilterManager.getCurrentAutoFilter()
Returns the currently selected auto filter, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoFilterManager.setCurrentAutoFilter(AutoFilter autoFilter)
Sets the currently selected auto filter, if any.
|
Constructor and Description |
---|
AutoFilterButton(AutoFilter filter)
Constructs a new
AutoFilterButton . |