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(java.util.List<? extends Layer> targetLayers, boolean showCheckbox, java.lang.String checkbox, boolean checkboxDefault, java.lang.String buttonText)Ask user to choose the target layer and shows a checkbox.static <T extends Layer>
AbstractMergeAction.TargetLayerDialogResult<T>AbstractMergeAction. askTargetLayer(T[] targetLayers, java.lang.String label, java.lang.String checkbox, java.lang.String title, java.lang.String buttonText, java.lang.String buttonIcon, boolean showCheckbox, boolean checkboxDefault)Ask user to choose the target layer.
-