Uses of Interface
org.openstreetmap.josm.gui.layer.Layer.LayerAction
-
Packages that use Layer.LayerAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of Layer.LayerAction in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement Layer.LayerAction Modifier and Type Class Description class
ToggleUploadDiscouragedLayerAction
An action enabling/disabling the discouraged upload flag of the layer specified in the constructor. -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement Layer.LayerAction Modifier and Type Class Description class
DeleteLayerAction
The action to delete the currently selected layerclass
LayerVisibilityAction
This is a menu that includes all settings for the layer visibility.class
MergeAction
The action to merge the currently selected layer into another layer.class
ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers. -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement Layer.LayerAction Modifier and Type Class Description class
CustomizeColor
Action to show a dialog for picking a color.class
ImageryLayer.OffsetAction
Create an offset for an imagery layerstatic class
Layer.SeparatorLayerAction
Special class that can be returned by getMenuEntries when JSeparator needs to be created -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement Layer.LayerAction Modifier and Type Class Description class
ShowThumbnailAction
Toggle the image display between thumbnails and symbols. -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer.gpx
Classes in org.openstreetmap.josm.gui.layer.gpx that implement Layer.LayerAction Modifier and Type Class Description class
CustomizeDrawingAction
An action that is displayed in the popup menu for the layer to change the drawing of the GPX layerclass
DownloadAlongTrackAction
Action that issues a series of download requests to the API, following the GPX track. -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer.imagery
Classes in org.openstreetmap.josm.gui.layer.imagery that implement Layer.LayerAction Modifier and Type Class Description class
AutoLoadTilesAction
Auto load tiles.class
AutoZoomAction
Auto zoom.private static class
MVTLayer.ConvertLayerAction
private static class
MVTLayer.EnableLayerAction
class
ShowErrorsAction
Show tile errors. -
Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer.markerlayer
Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement Layer.LayerAction Modifier and Type Class Description static class
MarkerLayer.ShowHideMarkerText
Toggle visibility of the marker text and icons
-