Package org.openstreetmap.josm.gui.layer
Interface Layer.MultiLayerAction
-
- All Known Implementing Classes:
CustomizeColor
,CustomizeDrawingAction
,DownloadAlongTrackAction
,MergeAction
- Enclosing class:
- Layer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Layer.MultiLayerAction
Action related to several layers.- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.Action
getMultiLayerAction(java.util.List<Layer> layers)
Returns the action for a given list of layers.
-
-
-
Method Detail
-
getMultiLayerAction
javax.swing.Action getMultiLayerAction(java.util.List<Layer> layers)
Returns the action for a given list of layers.- Parameters:
layers
- list of layers- Returns:
- the action for the given list of layers
-
-