Uses of Interface
org.openstreetmap.josm.gui.layer.Layer.LayerAction

Packages that use Layer.LayerAction
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.markerlayer   
 

Uses of Layer.LayerAction in org.openstreetmap.josm.gui.dialogs
 

Classes in org.openstreetmap.josm.gui.dialogs that implement Layer.LayerAction
 class LayerListDialog.DeleteLayerAction
          The action to delete the currently selected layer
 class LayerListDialog.LayerOpacityAction
           
 class LayerListDialog.ShowHideLayerAction
           
 

Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer
 

Classes in org.openstreetmap.josm.gui.layer that implement Layer.LayerAction
 class CustomizeColor
           
private  class GpxLayer.CustomizeDrawing
           
 class ImageryLayer.OffsetAction
           
static class Layer.SeparatorLayerAction
          Special class that can be returned by getMenuEntries when JSeparator needs to be created
static class WMSLayer.ChangeResolutionAction
           
private  class WMSLayer.StartStopAction
           
 class WMSLayer.ToggleAlphaAction
           
 

Uses of Layer.LayerAction in org.openstreetmap.josm.gui.layer.markerlayer
 

Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement Layer.LayerAction
static class MarkerLayer.ShowHideMarkerText
           
 



JOSM