Uses of Interface
org.openstreetmap.josm.gui.layer.Layer.MultiLayerAction
-
Packages that use Layer.MultiLayerAction Package Description 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.gpx Provides classes for handling GPX layers. -
-
Uses of Layer.MultiLayerAction in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement Layer.MultiLayerAction Modifier and Type Class Description class
MergeAction
The action to merge the currently selected layer into another layer. -
Uses of Layer.MultiLayerAction in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement Layer.MultiLayerAction Modifier and Type Class Description class
CustomizeColor
Action to show a dialog for picking a color. -
Uses of Layer.MultiLayerAction in org.openstreetmap.josm.gui.layer.gpx
Classes in org.openstreetmap.josm.gui.layer.gpx that implement Layer.MultiLayerAction 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.
-