Changeset 32146 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-04-13T22:54:39+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowLayerFiltersDialog.java
r31506 r32146 13 13 14 14 import org.openstreetmap.josm.Main; 15 import org.openstreetmap.josm.gui.dialogs.LayerListDialog.ShowHideLayerAction;16 15 import org.openstreetmap.josm.gui.layer.ImageryLayer; 17 16 import org.openstreetmap.josm.gui.layer.Layer; … … 28 27 * 29 28 */ 30 public final class ShowLayerFiltersDialog extends AbstractAction implements 31 LayerAction { 29 public final class ShowLayerFiltersDialog extends AbstractAction implements LayerAction { 32 30 33 31 private List<FiltersDialog> dialogs = new ArrayList<FiltersDialog>(); 34 32 35 33 /** 36 * Creates a {@link ShowHideLayerAction} which will toggle the visibility of 37 * the currently selected layers 38 * 34 * Constructs a new {@code ShowLayerFiltersDialog}. 39 35 */ 40 36 public ShowLayerFiltersDialog() {
Note:
See TracChangeset
for help on using the changeset viewer.