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

All Known Implementing Classes:
CustomizeColor, GpxLayer.CustomizeDrawing, ImageryLayer.OffsetAction, Layer.SeparatorLayerAction, LayerListDialog.DeleteLayerAction, LayerListDialog.LayerOpacityAction, LayerListDialog.ShowHideLayerAction, MarkerLayer.ShowHideMarkerText, WMSLayer.ChangeResolutionAction, WMSLayer.StartStopAction, WMSLayer.ToggleAlphaAction
Enclosing class:
Layer

public static interface Layer.LayerAction


Method Summary
 java.awt.Component createMenuComponent()
           
 boolean supportLayers(java.util.List<Layer> layers)
           
 

Method Detail

supportLayers

boolean supportLayers(java.util.List<Layer> layers)

createMenuComponent

java.awt.Component createMenuComponent()


JOSM