Revision 47779 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/MapControlManager.java

View differences:

MapControlManager.java
52 52

  
53 53
import java.util.Map;
54 54
import java.util.function.Predicate;
55
import java.util.function.Supplier;
55 56
import java.util.prefs.Preferences;
56 57
import javax.swing.JButton;
57 58
import javax.swing.JComboBox;
......
299 300
            final JToggleButton btnCapture
300 301
    );
301 302

  
303
    public PickerController<Envelope> createEnvelopePickerController(
304
            Supplier<MapControl> mapControl,
305
            JTextComponent txtEnvelope, 
306
            JButton btnMapControlEnvelope, 
307
            final JToggleButton btnCapture
308
    );
309

  
302 310
    public PickerController<Double> createScalePickerController(
303 311
            MapControl mapControl,
304 312
            JComboBox cboScale, 

Also available in: Unified diff