Revision 309 org.gvsig.raster.osm/trunk/org.gvsig.raster.osm/org.gvsig.raster.osm.swing/org.gvsig.raster.osm.swing.api/src/main/java/org/gvsig/raster/osm/swing/OSMSwingManager.java

View differences:

OSMSwingManager.java
29 29
 * This class is responsible of the management of the library's swing user
30 30
 * interface. It is the swing library's main entry point, and provides all the
31 31
 * services to manage library swing components.
32
 * 
32
 *
33 33
 * @see RasterWindowManager
34 34
 * @see JValidationServicePanel
35 35
 * @author gvSIG team
......
39 39

  
40 40
    /**
41 41
     * Returns the translation of a string.
42
     * 
42
     *
43 43
     * @param key
44 44
     *            String to translate
45 45
     * @return a String with the translation of the string passed by parameter
......
53 53
     * @return
54 54
     */
55 55
    public AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList);
56
   
56

  
57
    /**
58
     * Creates <b>AddOSMLayerPanel</b>
59
     * @param pathToServerList
60
     *        Path to the directory where the server list is stored
61
     * @param showCrsWarning
62
     * @return
63
     */
64
    public AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList, boolean showCrsWarning);
65

  
57 66
}

Also available in: Unified diff