public class DefaultOSMSwingManager extends Object implements OSMSwingManager
DefaultOSMSwingManager.| Constructor and Description |
|---|
DefaultOSMSwingManager() |
| Modifier and Type | Method and Description |
|---|---|
AddOSMLayerPanel |
createAddOSMLayerPanel(File pathToServerList)
Creates AddOSMLayerPanel
|
AddOSMLayerPanel |
createAddOSMLayerPanel(File pathToServerList,
boolean showCrsWaring)
Creates AddOSMLayerPanel
|
static String |
getText(String key)
Obtiene la traducción de la cadena de texto
|
String |
getTranslation(String key)
Returns the translation of a string.
|
public String getTranslation(String key)
OSMSwingManagergetTranslation in interface OSMSwingManagerkey - String to translatepublic static String getText(String key)
text - Cadena a traducirpublic AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList)
OSMSwingManagercreateAddOSMLayerPanel in interface OSMSwingManagerpathToServerList - Path to the directory where the server list is storedpublic AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList, boolean showCrsWaring)
OSMSwingManagercreateAddOSMLayerPanel in interface OSMSwingManagerpathToServerList - Path to the directory where the server list is stored