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