Package nu.fw.jeti.plugins.buddyspacemaps.xml

Examples of nu.fw.jeti.plugins.buddyspacemaps.xml.MapTag


    public void saveMapAs(String originID, String mapID,
                          String newOriginID, String newMapID) {
                             
        ((BSMapWinManager)winMan).saveMap(originID, mapID, newOriginID, newMapID);
           
        MapTag map = ((BSMapWinManager)winMan).getMap(newOriginID, newMapID);
        // copies all necessary referenced files into working directory
        if (!((BSMapWinManager)winMan).copyFilesForMap(map, originID, newOriginID)) {
            JOptionPane.showMessageDialog(docked? mainFrame : frame,
                "Could not copy all referenced files",
                "Add map error",
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.buddyspacemaps.xml.MapTag

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.