Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
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
|
Modifier and Type | Method and Description |
---|---|
void |
FilterMatcher.add(Filter filter)
Adds a filter to the currently used filters
|
Modifier and Type | Method and Description |
---|---|
void |
FilterMatcher.update(java.util.Collection<Filter> filters)
Clears the current filters, and adds the given filters
|
Constructor and Description |
---|
FilterInfo(Filter filter) |
Modifier and Type | Field and Description |
---|---|
protected Filter |
FilterDialog.AbstractFilterAction.lastFilter |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Filter> |
FilterTableModel.filters |
Modifier and Type | Method and Description |
---|---|
Filter |
FilterTableModel.getFilter(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Filter> |
FilterTableModel.getFilters()
Returns the list of filters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterTableModel.addFilter(Filter f) |
void |
FilterTableModel.setFilter(int i,
Filter f) |