Uses of Class
org.openstreetmap.josm.actions.AbstractMergeAction.TargetLayerDialogResult
-
Packages that use AbstractMergeAction.TargetLayerDialogResult Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of AbstractMergeAction.TargetLayerDialogResult in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return AbstractMergeAction.TargetLayerDialogResult Modifier and Type Method Description protected static AbstractMergeAction.TargetLayerDialogResult<Layer>
AbstractMergeAction. askTargetLayer(List<? extends Layer> targetLayers, boolean showCheckbox, String checkbox, boolean checkboxDefault, String buttonText)
Ask user to choose the target layer and shows a checkbox.static <T extends Layer>
AbstractMergeAction.TargetLayerDialogResult<T>AbstractMergeAction. askTargetLayer(T[] targetLayers, String label, String checkbox, String title, String buttonText, String buttonIcon, boolean showCheckbox, boolean checkboxDefault)
Ask user to choose the target layer.
-