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)
OSMSwingManager
getTranslation
in interface OSMSwingManager
key
- String to translatepublic static String getText(String key)
text
- Cadena a traducirpublic AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList)
OSMSwingManager
createAddOSMLayerPanel
in interface OSMSwingManager
pathToServerList
- Path to the directory where the server list is storedpublic AddOSMLayerPanel createAddOSMLayerPanel(File pathToServerList, boolean showCrsWaring)
OSMSwingManager
createAddOSMLayerPanel
in interface OSMSwingManager
pathToServerList
- Path to the directory where the server list is stored