Package org.openstreetmap.josm.gui.bbox

Examples of org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser$TileAddressInputPanel$ApplyTileAddressAction


public class TileSelection implements DownloadSelection, PropertyChangeListener {
    private TileSelectionBBoxChooser chooser;
    private DownloadDialog parent;

    protected final void build() {
        chooser = new TileSelectionBBoxChooser();
        chooser.addPropertyChangeListener(this);
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser$TileAddressInputPanel$ApplyTileAddressAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.